public class AppRoleAssignment extends DirectoryObject implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
appRoleId
The App Role Id.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.String |
principalDisplayName
The Principal Display Name.
|
java.util.UUID |
principalId
The Principal Id.
|
java.lang.String |
principalType
The Principal Type.
|
java.lang.String |
resourceDisplayName
The Resource Display Name.
|
java.util.UUID |
resourceId
The Resource Id.
|
deletedDateTime| Constructor and Description |
|---|
AppRoleAssignment() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="appRoleId") @Expose public java.util.UUID appRoleId
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="principalDisplayName") @Expose public java.lang.String principalDisplayName
@SerializedName(value="principalId") @Expose public java.util.UUID principalId
@SerializedName(value="principalType") @Expose public java.lang.String principalType
@SerializedName(value="resourceDisplayName") @Expose public java.lang.String resourceDisplayName
@SerializedName(value="resourceId") @Expose public java.util.UUID resourceId
public com.google.gson.JsonObject getRawObject()
getRawObject in class DirectoryObjectprotected ISerializer getSerializer()
getSerializer in class DirectoryObjectpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DirectoryObjectserializer - the serializerjson - the JSON object to set this object to