Class InboundSsoAssignment
Targets with "set" SSO assignments and their respective assignments.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundSsoAssignment : IDirectResponseSchema
Properties
Customer
Immutable. The customer. For example: customers/C0123abc
.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the Inbound SSO Assignment.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Rank
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.
Declaration
[JsonProperty("rank")]
public virtual int? Rank { get; set; }
Property Value
Type | Description |
---|---|
int? |
SamlSsoInfo
SAML SSO details. Must be set if and only if sso_mode
is set to SAML_SSO
.
Declaration
[JsonProperty("samlSsoInfo")]
public virtual SamlSsoInfo SamlSsoInfo { get; set; }
Property Value
Type | Description |
---|---|
SamlSsoInfo |
SignInBehavior
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.
Declaration
[JsonProperty("signInBehavior")]
public virtual SignInBehavior SignInBehavior { get; set; }
Property Value
Type | Description |
---|---|
SignInBehavior |
SsoMode
Inbound SSO behavior.
Declaration
[JsonProperty("ssoMode")]
public virtual string SsoMode { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetGroup
Immutable. Must be of the form groups/{group}
.
Declaration
[JsonProperty("targetGroup")]
public virtual string TargetGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetOrgUnit
Immutable. Must be of the form orgUnits/{org_unit}
.
Declaration
[JsonProperty("targetOrgUnit")]
public virtual string TargetOrgUnit { get; set; }
Property Value
Type | Description |
---|---|
string |