Class CrossTenantAccessPolicy

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

public class CrossTenantAccessPolicy extends PolicyBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Cross Tenant Access Policy.
  • Field Details

    • allowedCloudEndpoints

      @SerializedName(value="allowedCloudEndpoints", alternate="AllowedCloudEndpoints") @Expose @Nullable public List<String> allowedCloudEndpoints
      The Allowed Cloud Endpoints.
    • msgraphDefault

      @SerializedName(value="default", alternate="Default") @Expose @Nullable public CrossTenantAccessPolicyConfigurationDefault msgraphDefault
      The Default. Defines the default configuration for how your organization interacts with external Azure Active Directory organizations.
    • partners

      @SerializedName(value="partners", alternate="Partners") @Expose @Nullable public CrossTenantAccessPolicyConfigurationPartnerCollectionPage partners
      The Partners. Defines partner-specific configurations for external Azure Active Directory organizations.
  • Constructor Details

    • CrossTenantAccessPolicy

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