Package com.microsoft.graph.models
Class CrossTenantAccessPolicyConfigurationDefault
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CrossTenantAccessPolicyConfigurationDefault
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class CrossTenantAccessPolicyConfigurationDefault
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newCrossTenantAccessPolicyConfigurationDefaultand 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 invitationRedemptionIdentityProviderConfiguration property value.Gets the isServiceDefault property value.Gets the tenantRestrictions property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the automaticUserConsentSettings property value.voidSets the b2bCollaborationInbound property value.voidSets the b2bCollaborationOutbound property value.voidSets the b2bDirectConnectInbound property value.voidSets the b2bDirectConnectOutbound property value.voidSets the inboundTrust property value.voidsetInvitationRedemptionIdentityProviderConfiguration(DefaultInvitationRedemptionIdentityProviderConfiguration value) Sets the invitationRedemptionIdentityProviderConfiguration property value.voidsetIsServiceDefault(Boolean value) Sets the isServiceDefault property value.voidSets the tenantRestrictions property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
CrossTenantAccessPolicyConfigurationDefault
public CrossTenantAccessPolicyConfigurationDefault()Instantiates a newCrossTenantAccessPolicyConfigurationDefaultand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static CrossTenantAccessPolicyConfigurationDefault 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
CrossTenantAccessPolicyConfigurationDefault
-
getAutomaticUserConsentSettings
Gets the automaticUserConsentSettings property value. Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only.- Returns:
- a
InboundOutboundPolicyConfiguration
-
getB2bCollaborationInbound
Gets the b2bCollaborationInbound property value. Defines your default 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 default 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 default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect.- Returns:
- a
CrossTenantAccessPolicyB2BSetting
-
getB2bDirectConnectOutbound
Gets the b2bDirectConnectOutbound property value. Defines your default 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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getInboundTrust
Gets the inboundTrust property value. Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations.- Returns:
- a
CrossTenantAccessPolicyInboundTrust
-
getInvitationRedemptionIdentityProviderConfiguration
@Nullable public DefaultInvitationRedemptionIdentityProviderConfiguration getInvitationRedemptionIdentityProviderConfiguration()Gets the invitationRedemptionIdentityProviderConfiguration property value. Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user. -
getIsServiceDefault
Gets the isServiceDefault property value. If true, the default configuration is set to the system default configuration. If false, the default settings are customized.- Returns:
- a
Boolean
-
getTenantRestrictions
Gets the tenantRestrictions property value. Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices.- Returns:
- a
CrossTenantAccessPolicyTenantRestrictions
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setAutomaticUserConsentSettings
Sets the automaticUserConsentSettings property value. Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only.- Parameters:
value- Value to set for the automaticUserConsentSettings property.
-
setB2bCollaborationInbound
Sets the b2bCollaborationInbound property value. Defines your default 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 default 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 default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect.- Parameters:
value- Value to set for the b2bDirectConnectInbound property.
-
setB2bDirectConnectOutbound
Sets the b2bDirectConnectOutbound property value. Defines your default 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 default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations.- Parameters:
value- Value to set for the inboundTrust property.
-
setInvitationRedemptionIdentityProviderConfiguration
public void setInvitationRedemptionIdentityProviderConfiguration(@Nullable DefaultInvitationRedemptionIdentityProviderConfiguration value) Sets the invitationRedemptionIdentityProviderConfiguration property value. Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user.- Parameters:
value- Value to set for the invitationRedemptionIdentityProviderConfiguration property.
-
setIsServiceDefault
Sets the isServiceDefault property value. If true, the default configuration is set to the system default configuration. If false, the default settings are customized.- Parameters:
value- Value to set for the isServiceDefault property.
-
setTenantRestrictions
Sets the tenantRestrictions property value. Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices.- Parameters:
value- Value to set for the tenantRestrictions property.
-