Class MultiTenantOrganizationPartnerConfigurationTemplate

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MultiTenantOrganizationPartnerConfigurationTemplate
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

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

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static MultiTenantOrganizationPartnerConfigurationTemplate 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 MultiTenantOrganizationPartnerConfigurationTemplate
    • getAutomaticUserConsentSettings

      @Nullable public InboundOutboundPolicyConfiguration getAutomaticUserConsentSettings()
      Gets the automaticUserConsentSettings property value. Determines the partner-specific configuration for automatic user consent settings. Unless configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false.
      Returns:
      a InboundOutboundPolicyConfiguration
    • getB2bCollaborationInbound

      @Nullable public CrossTenantAccessPolicyB2BSetting getB2bCollaborationInbound()
      Gets the b2bCollaborationInbound property value. Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration.
      Returns:
      a CrossTenantAccessPolicyB2BSetting
    • getB2bCollaborationOutbound

      @Nullable public CrossTenantAccessPolicyB2BSetting getB2bCollaborationOutbound()
      Gets the b2bCollaborationOutbound property value. Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration.
      Returns:
      a CrossTenantAccessPolicyB2BSetting
    • getB2bDirectConnectInbound

      @Nullable public CrossTenantAccessPolicyB2BSetting getB2bDirectConnectInbound()
      Gets the b2bDirectConnectInbound property value. Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect.
      Returns:
      a CrossTenantAccessPolicyB2BSetting
    • getB2bDirectConnectOutbound

      @Nullable public CrossTenantAccessPolicyB2BSetting getB2bDirectConnectOutbound()
      Gets the b2bDirectConnectOutbound property value. Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect.
      Returns:
      a CrossTenantAccessPolicyB2BSetting
    • 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 Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getInboundTrust

      @Nullable public CrossTenantAccessPolicyInboundTrust getInboundTrust()
      Gets the inboundTrust property value. Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations.
      Returns:
      a CrossTenantAccessPolicyInboundTrust
    • getTemplateApplicationLevel

      @Nullable public EnumSet<TemplateApplicationLevel> getTemplateApplicationLevel()
      Gets the templateApplicationLevel property value. The templateApplicationLevel property
      Returns:
      a EnumSet<TemplateApplicationLevel>
    • 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 Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAutomaticUserConsentSettings

      public void setAutomaticUserConsentSettings(@Nullable InboundOutboundPolicyConfiguration value)
      Sets the automaticUserConsentSettings property value. Determines the partner-specific configuration for automatic user consent settings. Unless configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false.
      Parameters:
      value - Value to set for the automaticUserConsentSettings property.
    • setB2bCollaborationInbound

      public void setB2bCollaborationInbound(@Nullable CrossTenantAccessPolicyB2BSetting value)
      Sets the b2bCollaborationInbound property value. Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration.
      Parameters:
      value - Value to set for the b2bCollaborationInbound property.
    • setB2bCollaborationOutbound

      public void setB2bCollaborationOutbound(@Nullable CrossTenantAccessPolicyB2BSetting value)
      Sets the b2bCollaborationOutbound property value. Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration.
      Parameters:
      value - Value to set for the b2bCollaborationOutbound property.
    • setB2bDirectConnectInbound

      public void setB2bDirectConnectInbound(@Nullable CrossTenantAccessPolicyB2BSetting value)
      Sets the b2bDirectConnectInbound property value. Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect.
      Parameters:
      value - Value to set for the b2bDirectConnectInbound property.
    • setB2bDirectConnectOutbound

      public void setB2bDirectConnectOutbound(@Nullable CrossTenantAccessPolicyB2BSetting value)
      Sets the b2bDirectConnectOutbound property value. Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect.
      Parameters:
      value - Value to set for the b2bDirectConnectOutbound property.
    • setInboundTrust

      public void setInboundTrust(@Nullable CrossTenantAccessPolicyInboundTrust value)
      Sets the inboundTrust property value. Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations.
      Parameters:
      value - Value to set for the inboundTrust property.
    • setTemplateApplicationLevel

      public void setTemplateApplicationLevel(@Nullable EnumSet<TemplateApplicationLevel> value)
      Sets the templateApplicationLevel property value. The templateApplicationLevel property
      Parameters:
      value - Value to set for the templateApplicationLevel property.