Class AzureActiveDirectoryTenant

java.lang.Object
com.microsoft.graph.models.IdentitySource
com.microsoft.graph.models.AzureActiveDirectoryTenant
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AzureActiveDirectoryTenant extends IdentitySource implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Azure Active Directory Tenant.
  • Field Details

    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the Azure Active Directory tenant. Read only.
    • tenantId

      @SerializedName(value="tenantId", alternate="TenantId") @Expose @Nullable public String tenantId
      The Tenant Id. The ID of the Azure Active Directory tenant. Read only.
  • Constructor Details

    • AzureActiveDirectoryTenant

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