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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • accessContainerId

      @SerializedName(value="accessContainerId", alternate="AccessContainerId") @Expose @Nullable public String accessContainerId
      The 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 accessContainerType
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to