Package com.microsoft.graph.models
Class CrossTenantAccessPolicyConfigurationPartner
java.lang.Object
com.microsoft.graph.models.CrossTenantAccessPolicyConfigurationPartner
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class CrossTenantAccessPolicyConfigurationPartner
extends Object
implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.microsoft.kiota.store.BackingStoreStores model information. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newCrossTenantAccessPolicyConfigurationPartnerand 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 AdditionalData property value.Gets the automaticUserConsentSettings property value.Gets the b2bCollaborationInbound property value.Gets the b2bCollaborationOutbound property value.Gets the b2bDirectConnectInbound property value.Gets the b2bDirectConnectOutbound property value.com.microsoft.kiota.store.BackingStoreGets the backingStore property value.The deserialization information for the current modelGets the identitySynchronization property value.Gets the inboundTrust property value.Gets the isInMultiTenantOrganization property value.Gets the isServiceProvider property value.Gets the @odata.type property value.Gets the tenantId property value.Gets the tenantRestrictions property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidSets the automaticUserConsentSettings property value.voidSets the b2bCollaborationInbound property value.voidSets the b2bCollaborationOutbound property value.voidSets the b2bDirectConnectInbound property value.voidSets the b2bDirectConnectOutbound property value.voidsetBackingStore(com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value.voidSets the identitySynchronization property value.voidSets the inboundTrust property value.voidSets the isInMultiTenantOrganization property value.voidsetIsServiceProvider(Boolean value) Sets the isServiceProvider property value.voidsetOdataType(String value) Sets the @odata.type property value.voidsetTenantId(String value) Sets the tenantId property value.voidSets the tenantRestrictions property value.
-
Field Details
-
backingStore
@Nonnull protected com.microsoft.kiota.store.BackingStore backingStoreStores model information.
-
-
Constructor Details
-
CrossTenantAccessPolicyConfigurationPartner
public CrossTenantAccessPolicyConfigurationPartner()Instantiates a newCrossTenantAccessPolicyConfigurationPartnerand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static CrossTenantAccessPolicyConfigurationPartner 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
CrossTenantAccessPolicyConfigurationPartner
-
getAdditionalData
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getAutomaticUserConsentSettings
Gets the automaticUserConsentSettings property value. Determines the partner-specific configuration for automatic user consent settings. Unless specifically 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
-
getBackingStore
@Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()Gets the backingStore property value. Stores model information.- Specified by:
getBackingStorein interfacecom.microsoft.kiota.store.BackedModel- Returns:
- a
BackingStore
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model -
getIdentitySynchronization
Gets the identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.- Returns:
- a
CrossTenantIdentitySyncPolicyPartner
-
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
-
getIsInMultiTenantOrganization
Gets the isInMultiTenantOrganization property value. Identifies whether a tenant is a member of a multitenant organization.- Returns:
- a
Boolean
-
getIsServiceProvider
Gets the isServiceProvider property value. Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.- Returns:
- a
Boolean
-
getOdataType
Gets the @odata.type property value. The OdataType property- Returns:
- a
String
-
getTenantId
Gets the tenantId property value. The tenant identifier for the partner Microsoft Entra organization. Read-only. Key.- Returns:
- a
String
-
getTenantRestrictions
Gets the tenantRestrictions property value. Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices.- Returns:
- a
CrossTenantAccessPolicyTenantRestrictions
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Parameters:
writer- Serialization writer to use to serialize this model
-
setAdditionalData
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.- Parameters:
value- Value to set for the AdditionalData property.
-
setAutomaticUserConsentSettings
Sets the automaticUserConsentSettings property value. Determines the partner-specific configuration for automatic user consent settings. Unless specifically 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.
-
setBackingStore
public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value. Stores model information.- Parameters:
value- Value to set for the backingStore property.
-
setIdentitySynchronization
Sets the identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.- Parameters:
value- Value to set for the identitySynchronization 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.
-
setIsInMultiTenantOrganization
Sets the isInMultiTenantOrganization property value. Identifies whether a tenant is a member of a multitenant organization.- Parameters:
value- Value to set for the isInMultiTenantOrganization property.
-
setIsServiceProvider
Sets the isServiceProvider property value. Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.- Parameters:
value- Value to set for the isServiceProvider property.
-
setOdataType
Sets the @odata.type property value. The OdataType property- Parameters:
value- Value to set for the @odata.type property.
-
setTenantId
Sets the tenantId property value. The tenant identifier for the partner Microsoft Entra organization. Read-only. Key.- Parameters:
value- Value to set for the tenantId property.
-
setTenantRestrictions
Sets the tenantRestrictions property value. Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices.- Parameters:
value- Value to set for the tenantRestrictions property.
-