Class SAMLParams
Message storing SAML params to enable Google as IDP.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class SAMLParams : IDirectResponseSchema
Properties
AuthenticationContexts
Additional contexts used for authentication.
Declaration
[JsonProperty("authenticationContexts")]
public virtual IList<string> AuthenticationContexts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Certificate
SAML certificate
Declaration
[JsonProperty("certificate")]
public virtual string Certificate { 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 |
EmailMapping
IdP field that maps to the user’s email address
Declaration
[JsonProperty("emailMapping")]
public virtual string EmailMapping { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityId
Entity id URL
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |
SsoUri
Single sign-on URL
Declaration
[JsonProperty("ssoUri")]
public virtual string SsoUri { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEmail
Email address of the first admin users.
Declaration
[JsonProperty("userEmail")]
public virtual string UserEmail { get; set; }
Property Value
Type | Description |
---|---|
string |