Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Access Container.The Access Details.The Created Date Time.The Last Modified Date Time.The Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
accessContainer
@SerializedName(value="accessContainer", alternate="AccessContainer") @Expose @Nullable public DelegatedAdminAccessContainer accessContainerThe 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 accessDetailsThe 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 createdDateTimeThe 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 lastModifiedDateTimeThe 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 statusThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-