Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newMultiTenantOrganizationPartnerConfigurationTemplate
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the automaticUserConsentSettings property value.Gets the b2bCollaborationInbound property value.Gets the b2bCollaborationOutbound property value.Gets the b2bDirectConnectInbound property value.Gets the b2bDirectConnectOutbound property value.The deserialization information for the current modelGets the inboundTrust property value.Gets the templateApplicationLevel property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the automaticUserConsentSettings property value.void
Sets the b2bCollaborationInbound property value.void
Sets the b2bCollaborationOutbound property value.void
Sets the b2bDirectConnectInbound property value.void
Sets the b2bDirectConnectOutbound property value.void
Sets the inboundTrust property value.void
Sets the templateApplicationLevel property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
MultiTenantOrganizationPartnerConfigurationTemplate
public MultiTenantOrganizationPartnerConfigurationTemplate()Instantiates a newMultiTenantOrganizationPartnerConfigurationTemplate
and sets the default values.
-
-
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
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
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
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
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
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 interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
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
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 -
setAutomaticUserConsentSettings
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
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
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
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
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
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
Sets the templateApplicationLevel property value. The templateApplicationLevel property- Parameters:
value
- Value to set for the templateApplicationLevel property.
-