Class AddIdpCredentialRequest
The request for creating an IdpCredential with its associated payload. An InboundSamlSsoProfile can own up to 2 credentials.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class AddIdpCredentialRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PemData
PEM encoded x509 certificate containing the public key for verifying IdP signatures.
Declaration
[JsonProperty("pemData")]
public virtual string PemData { get; set; }
Property Value
Type | Description |
---|---|
string |