InboundSsoAssignment

class InboundSsoAssignment : KotlinCustomResource

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.

Properties

Link copied to clipboard
val customer: Output<String>

Immutable. The customer. For example: customers/C0123abc.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Resource name of the Inbound SSO Assignment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rank: Output<Int>

Must be zero (which is the default value so it can be omitted) for assignments with target_org_unit set and must be greater-than-or-equal-to one for assignments with target_group set.

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
val ssoMode: Output<String>

Inbound SSO behavior.

Link copied to clipboard
val targetGroup: Output<String>

Immutable. Must be of the form groups/{group}.

Link copied to clipboard
val targetOrgUnit: Output<String>

Immutable. Must be of the form orgUnits/{org_unit}.

Link copied to clipboard
val urn: Output<String>