Show / Hide Table of Contents

Class InboundSamlSsoProfile

A SAML 2.0 federation between a Google enterprise customer and a SAML identity provider.

Inheritance
object
InboundSamlSsoProfile
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.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class InboundSamlSsoProfile : 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 SAML 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

SAML identity provider configuration.

Declaration
[JsonProperty("idpConfig")]
public virtual SamlIdpConfig IdpConfig { get; set; }
Property Value
Type Description
SamlIdpConfig

Name

Output only. Resource name of the SAML SSO profile.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SpConfig

SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.

Declaration
[JsonProperty("spConfig")]
public virtual SamlSpConfig SpConfig { get; set; }
Property Value
Type Description
SamlSpConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX