Class SamlSpConfig
SAML SP (service provider) configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class SamlSpConfig : IDirectResponseSchema
Properties
AssertionConsumerServiceUri
Output only. The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login.
Assumed to accept response messages via the HTTP-POST
binding.
Declaration
[JsonProperty("assertionConsumerServiceUri")]
public virtual string AssertionConsumerServiceUri { 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 |
EntityId
Output only. The SAML Entity ID for this service provider.
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |