public class UnifiedRoleAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AppScope |
appScope
The App Scope.
|
java.lang.String |
appScopeId
The App Scope Id.
|
java.lang.String |
condition
The Condition.
|
DirectoryObject |
directoryScope
The Directory Scope.
|
java.lang.String |
directoryScopeId
The Directory Scope Id.
|
DirectoryObject |
principal
The Principal.
|
java.lang.String |
principalId
The Principal Id.
|
UnifiedRoleDefinition |
roleDefinition
The Role Definition.
|
java.lang.String |
roleDefinitionId
The Role Definition Id.
|
| Constructor and Description |
|---|
UnifiedRoleAssignment() |
| 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="appScopeId",
alternate="AppScopeId")
@Expose
@Nullable
public java.lang.String appScopeId
@SerializedName(value="condition",
alternate="Condition")
@Expose
@Nullable
public java.lang.String condition
@SerializedName(value="directoryScopeId",
alternate="DirectoryScopeId")
@Expose
@Nullable
public java.lang.String directoryScopeId
@SerializedName(value="principalId",
alternate="PrincipalId")
@Expose
@Nullable
public java.lang.String principalId
@SerializedName(value="roleDefinitionId",
alternate="RoleDefinitionId")
@Expose
@Nullable
public java.lang.String roleDefinitionId
@SerializedName(value="appScope",
alternate="AppScope")
@Expose
@Nullable
public AppScope appScope
@SerializedName(value="directoryScope",
alternate="DirectoryScope")
@Expose
@Nullable
public DirectoryObject directoryScope
@SerializedName(value="principal",
alternate="Principal")
@Expose
@Nullable
public DirectoryObject principal
@SerializedName(value="roleDefinition",
alternate="RoleDefinition")
@Expose
@Nullable
public UnifiedRoleDefinition roleDefinition
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to