Get Inbound Sso Assignment Result
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
constructor(customer: String, name: String, rank: Int, samlSsoInfo: SamlSsoInfoResponse, signInBehavior: SignInBehaviorResponse, ssoMode: String, targetGroup: String, targetOrgUnit: String)
Properties
Link copied to clipboard
Resource name of the Inbound SSO Assignment.
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
Immutable. Must be of the form groups/{group}
.
Link copied to clipboard
Immutable. Must be of the form orgUnits/{org_unit}
.