public class StsPolicy extends PolicyBase implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DirectoryObjectCollectionPage |
appliesTo
The Applies To.
|
java.util.List<java.lang.String> |
definition
The Definition.
|
java.lang.Boolean |
isOrganizationDefault
The Is Organization Default.
|
description, displayName
deletedDateTime
Constructor and Description |
---|
StsPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="definition", alternate="Definition") @Expose @Nullable public java.util.List<java.lang.String> definition
@SerializedName(value="isOrganizationDefault", alternate="IsOrganizationDefault") @Expose @Nullable public java.lang.Boolean isOrganizationDefault
@Nullable public DirectoryObjectCollectionPage appliesTo
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class PolicyBase
serializer
- the serializerjson
- the JSON object to set this object to