Class InboundOidcSsoProfile
An OIDC federation between a Google enterprise customer and an OIDC identity provider.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class InboundOidcSsoProfile : IDirectResponseSchema
Properties
Customer
Immutable. The customer. For example: customers/C0123abc.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Human-readable name of the OIDC SSO profile.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
IdpConfig
OIDC identity provider configuration.
Declaration
[JsonProperty("idpConfig")]
public virtual OidcIdpConfig IdpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| OidcIdpConfig |
Name
Output only. Resource name of the OIDC SSO profile.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RpConfig
OIDC relying party (RP) configuration for this OIDC SSO profile. These are the RP details provided by Google that should be configured on the corresponding identity provider.
Declaration
[JsonProperty("rpConfig")]
public virtual OidcRpConfig RpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| OidcRpConfig |