public class ResourceSpecificPermissionGrant extends DirectoryObject implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clientAppId
The Client App Id.
|
java.lang.String |
clientId
The Client Id.
|
java.lang.String |
permission
The Permission.
|
java.lang.String |
permissionType
The Permission Type.
|
java.lang.String |
resourceAppId
The Resource App Id.
|
deletedDateTime
Constructor and Description |
---|
ResourceSpecificPermissionGrant() |
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="clientAppId", alternate="ClientAppId") @Expose @Nullable public java.lang.String clientAppId
@SerializedName(value="clientId", alternate="ClientId") @Expose @Nullable public java.lang.String clientId
@SerializedName(value="permission", alternate="Permission") @Expose @Nullable public java.lang.String permission
@SerializedName(value="permissionType", alternate="PermissionType") @Expose @Nullable public java.lang.String permissionType
@SerializedName(value="resourceAppId", alternate="ResourceAppId") @Expose @Nullable public java.lang.String resourceAppId
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 DirectoryObject
serializer
- the serializerjson
- the JSON object to set this object to