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  Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Union field key_info. Information about the key in the credential, such as its algorithm, key size, etc.key_infocan 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 IdpCredentials in anInboundSamlSsoProfile. |