public class UnifiedRoleDefinition extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
UnifiedRoleDefinitionCollectionPage |
inheritsPermissionsFrom
The Inherits Permissions From.
|
java.lang.Boolean |
isBuiltIn
The Is Built In.
|
java.lang.Boolean |
isEnabled
The Is Enabled.
|
java.util.List<java.lang.String> |
resourceScopes
The Resource Scopes.
|
java.util.List<UnifiedRolePermission> |
rolePermissions
The Role Permissions.
|
java.lang.String |
templateId
The Template Id.
|
java.lang.String |
version
The Version.
|
Constructor and Description |
---|
UnifiedRoleDefinition() |
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="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="isBuiltIn", alternate="IsBuiltIn") @Expose @Nullable public java.lang.Boolean isBuiltIn
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public java.lang.Boolean isEnabled
@SerializedName(value="resourceScopes", alternate="ResourceScopes") @Expose @Nullable public java.util.List<java.lang.String> resourceScopes
@SerializedName(value="rolePermissions", alternate="RolePermissions") @Expose @Nullable public java.util.List<UnifiedRolePermission> rolePermissions
@SerializedName(value="templateId", alternate="TemplateId") @Expose @Nullable public java.lang.String templateId
@SerializedName(value="version", alternate="Version") @Expose @Nullable public java.lang.String version
@SerializedName(value="inheritsPermissionsFrom", alternate="InheritsPermissionsFrom") @Expose @Nullable public UnifiedRoleDefinitionCollectionPage inheritsPermissionsFrom
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 Entity
serializer
- the serializerjson
- the JSON object to set this object to