Class DelegatedAdminAccessAssignment

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

public class DelegatedAdminAccessAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Delegated Admin Access Assignment.
  • Field Details

    • accessContainer

      @SerializedName(value="accessContainer", alternate="AccessContainer") @Expose @Nullable public DelegatedAdminAccessContainer accessContainer
      The Access Container. The access container through which members are assigned access. For example, a security group.
    • accessDetails

      @SerializedName(value="accessDetails", alternate="AccessDetails") @Expose @Nullable public DelegatedAdminAccessDetails accessDetails
      The Access Details. The access details containing the identifiers of the administrative roles that the partner is assigned in the customer tenant.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time in ISO 8601 format and in UTC time when the access assignment was created. Read-only.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time in ISO 8601 and in UTC time when this access assignment was last modified. Read-only.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public DelegatedAdminAccessAssignmentStatus status
      The Status. The status of the access assignment. Read-only. The possible values are: pending, active, deleting, deleted, error, unknownFutureValue.
  • Constructor Details

    • DelegatedAdminAccessAssignment

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