Inbound Sso Assignment Args
data class InboundSsoAssignmentArgs(val customer: Output<String>? = null, val rank: Output<Int>? = null, val samlSsoInfo: Output<SamlSsoInfoArgs>? = null, val signInBehavior: Output<SignInBehaviorArgs>? = null, val ssoMode: Output<InboundSsoAssignmentSsoMode>? = null, val targetGroup: Output<String>? = null, val targetOrgUnit: Output<String>? = null) : ConvertibleToJava<InboundSsoAssignmentArgs>
Creates an InboundSsoAssignment for users and devices in a Customer
under a given Group
or OrgUnit
. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(customer: Output<String>? = null, rank: Output<Int>? = null, samlSsoInfo: Output<SamlSsoInfoArgs>? = null, signInBehavior: Output<SignInBehaviorArgs>? = null, ssoMode: Output<InboundSsoAssignmentSsoMode>? = null, targetGroup: Output<String>? = null, targetOrgUnit: Output<String>? = null)
Properties
Link copied to clipboard
SAML SSO details. Must be set if and only if sso_mode
is set to SAML_SSO
.
Link copied to clipboard
Assertions about users assigned to an IdP will always be accepted from that IdP. This controls whether/when Google should redirect a user to the IdP. Unset (defaults) is the recommended configuration.
Link copied to clipboard
Inbound SSO behavior.
Link copied to clipboard
Immutable. Must be of the form groups/{group}
.
Link copied to clipboard
Immutable. Must be of the form orgUnits/{org_unit}
.