Class ResellerDelegatedAdminRelationship

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ResellerDelegatedAdminRelationship extends DelegatedAdminRelationship implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Reseller Delegated Admin Relationship.
  • Field Details

    • indirectProviderTenantId

      @SerializedName(value="indirectProviderTenantId", alternate="IndirectProviderTenantId") @Expose @Nullable public String indirectProviderTenantId
      The Indirect Provider Tenant Id. The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner.
    • isPartnerConsentPending

      @SerializedName(value="isPartnerConsentPending", alternate="IsPartnerConsentPending") @Expose @Nullable public Boolean isPartnerConsentPending
      The Is Partner Consent Pending. Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship.
  • Constructor Details

    • ResellerDelegatedAdminRelationship

      public ResellerDelegatedAdminRelationship()
  • 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 DelegatedAdminRelationship
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to