Stay organized with collections
Save and categorize content based on your preferences.
Resource: IdpCredential
Credential for verifying signatures produced by the Identity Provider.
JSON representation
{"name": string,"updateTime": string,// Union field key_info can be only one of the following:"rsaKeyInfo": {object (RsaPublicKeyInfo)},"dsaKeyInfo": {object (DsaPublicKeyInfo)}// End of list of possible types for union field key_info.}
Output only. Time when the IdpCredential was last updated.
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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eIdpCredential is used to verify signatures from the Identity Provider.\u003c/p\u003e\n"],["\u003cp\u003eThe credential includes a \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003eupdateTime\u003c/code\u003e which are output only fields.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ekey_info\u003c/code\u003e within IdpCredential can be either \u003ccode\u003ersaKeyInfo\u003c/code\u003e or \u003ccode\u003edsaKeyInfo\u003c/code\u003e, both storing information about the key, including its size.\u003c/p\u003e\n"],["\u003cp\u003eThere are four available methods to interact with IdpCredential: \u003ccode\u003eadd\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, and \u003ccode\u003elist\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateTime\u003c/code\u003e field records when the IdpCredential was last modified in RFC3339 UTC "Zulu" timestamp format, with nanosecond resolution.\u003c/p\u003e\n"]]],[],null,["# REST Resource: inboundSamlSsoProfiles.idpCredentials\n\nResource: IdpCredential\n-----------------------\n\nCredential for verifying signatures produced by the Identity Provider.\n\nRsaPublicKeyInfo\n----------------\n\nInformation of a RSA public key.\n\nDsaPublicKeyInfo\n----------------\n\nInformation of a DSA public key."]]