Show / Hide Table of Contents

Class InboundOidcSsoProfile

An OIDC federation between a Google enterprise customer and an OIDC identity provider.

Inheritance
object
InboundOidcSsoProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX