Uses of Class
odata.msgraph.client.beta.complex.CrossTenantAccessPolicyInboundTrust
-
Packages that use CrossTenantAccessPolicyInboundTrust Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CrossTenantAccessPolicyInboundTrust in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CrossTenantAccessPolicyInboundTrust Modifier and Type Method Description CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyInboundTrust.Builder. build()CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyInboundTrust. withIsCompliantDeviceAccepted(Boolean isCompliantDeviceAccepted)CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyInboundTrust. withIsHybridAzureADJoinedDeviceAccepted(Boolean isHybridAzureADJoinedDeviceAccepted)CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyInboundTrust. withIsMfaAccepted(Boolean isMfaAccepted)CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyInboundTrust. withUnmappedField(String name, String value) -
Uses of CrossTenantAccessPolicyInboundTrust in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CrossTenantAccessPolicyInboundTrust Modifier and Type Field Description protected CrossTenantAccessPolicyInboundTrustCrossTenantAccessPolicyConfigurationBase. inboundTrustMethods in odata.msgraph.client.beta.entity that return types with arguments of type CrossTenantAccessPolicyInboundTrust Modifier and Type Method Description Optional<CrossTenantAccessPolicyInboundTrust>CrossTenantAccessPolicyConfigurationBase. getInboundTrust()Methods in odata.msgraph.client.beta.entity with parameters of type CrossTenantAccessPolicyInboundTrust Modifier and Type Method Description CrossTenantAccessPolicyConfigurationDefault.BuilderCrossTenantAccessPolicyConfigurationDefault.Builder. inboundTrust(CrossTenantAccessPolicyInboundTrust inboundTrust)CrossTenantAccessPolicyConfigurationPartner.BuilderCrossTenantAccessPolicyConfigurationPartner.Builder. inboundTrust(CrossTenantAccessPolicyInboundTrust inboundTrust)CrossTenantAccessPolicyConfigurationBaseCrossTenantAccessPolicyConfigurationBase. withInboundTrust(CrossTenantAccessPolicyInboundTrust inboundTrust)
-