Resource: IdpCredential
Credential for verifying signatures produced by the Identity Provider.
JSON representation |
---|
{ "name": string, "updateTime": string, // Union field |
Fields | |
---|---|
name |
Output only. Resource name of the credential. |
updateTime |
Output only. Time when the A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field key_info . Information about the key in the credential, such as its algorithm, key size, etc. key_info can be only one of the following: |
|
rsaKeyInfo |
Output only. Information of a RSA public key. |
dsaKeyInfo |
Output only. Information of a DSA public key. |
RsaPublicKeyInfo
Information of a RSA public key.
JSON representation |
---|
{ "keySize": integer } |
Fields | |
---|---|
keySize |
Key size in bits (size of the modulus). |
DsaPublicKeyInfo
Information of a DSA public key.
JSON representation |
---|
{ "keySize": integer } |
Fields | |
---|---|
keySize |
Key size in bits (size of parameter P). |
Methods |
|
---|---|
|
Adds an IdpCredential . |
|
Deletes an IdpCredential . |
|
Gets an IdpCredential . |
|
Returns a list of IdpCredential s in an InboundSamlSsoProfile . |