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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="appRoleId", alternate="AppRoleId") @Expose public java.util.UUID appRoleId
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="principalDisplayName", alternate="PrincipalDisplayName") @Expose public java.lang.String principalDisplayName
@SerializedName(value="principalId", alternate="PrincipalId") @Expose public java.util.UUID principalId
@SerializedName(value="principalType", alternate="PrincipalType") @Expose public java.lang.String principalType
@SerializedName(value="resourceDisplayName", alternate="ResourceDisplayName") @Expose public java.lang.String resourceDisplayName
@SerializedName(value="resourceId", alternate="ResourceId") @Expose public java.util.UUID resourceId
public com.google.gson.JsonObject getRawObject()
getRawObject
in class DirectoryObject
protected ISerializer getSerializer()
getSerializer
in class DirectoryObject
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class DirectoryObject
serializer
- the serializerjson
- the JSON object to set this object to