Class UnifiedRoleScheduleInstanceBase

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleScheduleInstanceBase
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
UnifiedRoleAssignmentScheduleInstance, UnifiedRoleEligibilityScheduleInstance

public class UnifiedRoleScheduleInstanceBase extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Schedule Instance Base.
  • 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 or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.
    • 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 or role eligibility. The scope of an assignment or role eligibility 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. Use appScopeId to limit the scope to an application only.
    • principalId

      @SerializedName(value="principalId", alternate="PrincipalId") @Expose @Nullable public String principalId
      The Principal Id. Identifier of the principal that has been granted the role assignment or that's eligible for a role.
    • roleDefinitionId

      @SerializedName(value="roleDefinitionId", alternate="RoleDefinitionId") @Expose @Nullable public String roleDefinitionId
      The Role Definition Id. Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for.
    • appScope

      @SerializedName(value="appScope", alternate="AppScope") @Expose @Nullable public AppScope appScope
      The App Scope. Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable.
    • directoryScope

      @SerializedName(value="directoryScope", alternate="DirectoryScope") @Expose @Nullable public DirectoryObject directoryScope
      The Directory Scope. The directory object that is the scope of the assignment or role eligibility. Read-only.
    • principal

      @SerializedName(value="principal", alternate="Principal") @Expose @Nullable public DirectoryObject principal
      The Principal. The principal that's getting a role assignment or role eligibility through the request.
    • roleDefinition

      @SerializedName(value="roleDefinition", alternate="RoleDefinition") @Expose @Nullable public UnifiedRoleDefinition roleDefinition
      The Role Definition. Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.
  • Constructor Details

    • UnifiedRoleScheduleInstanceBase

      public UnifiedRoleScheduleInstanceBase()
  • 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