Class UnifiedRoleAssignment

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleAssignment
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedRoleAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Assignment.
  • Field Details

    • appScopeId

      @SerializedName(value="appScopeId", alternate="AppScopeId") @Expose @Nullable public String appScopeId
      The App Scope Id. Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. App scopes are scopes that are defined and understood by this application only. For the entitlement management provider, use app scopes to specify a catalog, for example /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997.
    • condition

      @SerializedName(value="condition", alternate="Condition") @Expose @Nullable public String condition
      The Condition.
    • directoryScopeId

      @SerializedName(value="directoryScopeId", alternate="DirectoryScopeId") @Expose @Nullable public String directoryScopeId
      The Directory Scope Id. Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. App scopes are scopes that are defined and understood by this application only.
    • principalId

      @SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalId
      The Principal Id. Identifier of the principal to which the assignment is granted. Supports $filter (eq operator only).
    • roleDefinitionId

      @SerializedName(value="roleDefinitionId", alternate="RoleDefinitionId") @Expose @Nullable public String roleDefinitionId
      The Role Definition Id. Identifier of the unifiedRoleDefinition the assignment is for. Read-only. Supports $filter (eq operator only).
    • appScope

      @SerializedName(value="appScope", alternate="AppScope") @Expose @Nullable public AppScope appScope
      The App Scope. Details of the app specific scope when the assignment scope is app specific. Containment entity.
    • directoryScope

      @SerializedName(value="directoryScope", alternate="DirectoryScope") @Expose @Nullable public DirectoryObject directoryScope
      The Directory Scope. The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand.
    • principal

      @SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principal
      The Principal. The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand.
    • roleDefinition

      @SerializedName(value="roleDefinition", alternate="RoleDefinition") @Expose @Nullable public UnifiedRoleDefinition roleDefinition
      The Role Definition. The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand.
  • Constructor Details

    • UnifiedRoleAssignment

      public UnifiedRoleAssignment()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to