Class CrossTenantAccessPolicy

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class CrossTenantAccessPolicy extends PolicyBase implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • CrossTenantAccessPolicy

      public CrossTenantAccessPolicy()
      Instantiates a new CrossTenantAccessPolicy and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static CrossTenantAccessPolicy createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a CrossTenantAccessPolicy
    • getAllowedCloudEndpoints

      @Nullable public List<String> getAllowedCloudEndpoints()
      Gets the allowedCloudEndpoints property value. Used to specify which Microsoft clouds an organization would like to collaborate with. By default, this value is empty. Supported values for this field are: microsoftonline.com, microsoftonline.us, and partner.microsoftonline.cn.
      Returns:
      a List<String>
    • getDefault

      @Nullable public CrossTenantAccessPolicyConfigurationDefault getDefault()
      Gets the default property value. Defines the default configuration for how your organization interacts with external Microsoft Entra organizations.
      Returns:
      a CrossTenantAccessPolicyConfigurationDefault
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class PolicyBase
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getPartners

      @Nullable public List<CrossTenantAccessPolicyConfigurationPartner> getPartners()
      Gets the partners property value. Defines partner-specific configurations for external Microsoft Entra organizations.
      Returns:
      a List<CrossTenantAccessPolicyConfigurationPartner>
    • getTemplates

      @Nullable public PolicyTemplate getTemplates()
      Gets the templates property value. Represents the base policy in the directory for multitenant organization settings.
      Returns:
      a PolicyTemplate
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class PolicyBase
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAllowedCloudEndpoints

      public void setAllowedCloudEndpoints(@Nullable List<String> value)
      Sets the allowedCloudEndpoints property value. Used to specify which Microsoft clouds an organization would like to collaborate with. By default, this value is empty. Supported values for this field are: microsoftonline.com, microsoftonline.us, and partner.microsoftonline.cn.
      Parameters:
      value - Value to set for the allowedCloudEndpoints property.
    • setDefault

      public void setDefault(@Nullable CrossTenantAccessPolicyConfigurationDefault value)
      Sets the default property value. Defines the default configuration for how your organization interacts with external Microsoft Entra organizations.
      Parameters:
      value - Value to set for the default property.
    • setPartners

      public void setPartners(@Nullable List<CrossTenantAccessPolicyConfigurationPartner> value)
      Sets the partners property value. Defines partner-specific configurations for external Microsoft Entra organizations.
      Parameters:
      value - Value to set for the partners property.
    • setTemplates

      public void setTemplates(@Nullable PolicyTemplate value)
      Sets the templates property value. Represents the base policy in the directory for multitenant organization settings.
      Parameters:
      value - Value to set for the templates property.