GetInboundSsoAssignmentResult

data class GetInboundSsoAssignmentResult(val customer: String, val name: String, val rank: Int, val samlSsoInfo: SamlSsoInfoResponse, val signInBehavior: SignInBehaviorResponse, val ssoMode: String, val targetGroup: String, val targetOrgUnit: String)

Constructors

Link copied to clipboard
fun GetInboundSsoAssignmentResult(customer: String, name: String, rank: Int, samlSsoInfo: SamlSsoInfoResponse, signInBehavior: SignInBehaviorResponse, ssoMode: String, targetGroup: String, targetOrgUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Resource name of the Inbound SSO Assignment.

Link copied to clipboard
val rank: 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

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}.