Uses of Class
com.microsoft.graph.models.CrossTenantAccessPolicyInboundTrust
Packages that use CrossTenantAccessPolicyInboundTrust
-
Uses of CrossTenantAccessPolicyInboundTrust in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CrossTenantAccessPolicyInboundTrustModifier and TypeMethodDescriptionCrossTenantAccessPolicyInboundTrust.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCrossTenantAccessPolicyConfigurationDefault.getInboundTrust()Gets the inboundTrust property value.CrossTenantAccessPolicyConfigurationPartner.getInboundTrust()Gets the inboundTrust property value.MultiTenantOrganizationPartnerConfigurationTemplate.getInboundTrust()Gets the inboundTrust property value.Methods in com.microsoft.graph.models with parameters of type CrossTenantAccessPolicyInboundTrustModifier and TypeMethodDescriptionvoidCrossTenantAccessPolicyConfigurationDefault.setInboundTrust(CrossTenantAccessPolicyInboundTrust value) Sets the inboundTrust property value.voidCrossTenantAccessPolicyConfigurationPartner.setInboundTrust(CrossTenantAccessPolicyInboundTrust value) Sets the inboundTrust property value.voidMultiTenantOrganizationPartnerConfigurationTemplate.setInboundTrust(CrossTenantAccessPolicyInboundTrust value) Sets the inboundTrust property value.