Package com.microsoft.graph.models
Class DelegatedAdminAccessContainer
java.lang.Object
com.microsoft.graph.models.DelegatedAdminAccessContainer
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DelegatedAdminAccessContainer
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Delegated Admin Access Container.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Access Container Id.The Access Container Type.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
accessContainerId
@SerializedName(value="accessContainerId", alternate="AccessContainerId") @Expose @Nullable public String accessContainerIdThe Access Container Id. The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of an Azure AD security group in the Microsoft partner's tenant. -
accessContainerType
@SerializedName(value="accessContainerType", alternate="AccessContainerType") @Expose @Nullable public DelegatedAdminAccessContainerType accessContainerTypeThe Access Container Type. The type of access container (for example, security group) that will be assigned one or more roles through a delegated admin relationship. The possible values are: securityGroup, unknownFutureValue.
-
-
Constructor Details
-
DelegatedAdminAccessContainer
public DelegatedAdminAccessContainer()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-