OidcIssuerRegistrationResponse
Response body after registering an OIDC issuer.
Properties
idstring requiredThe unique identifier of the registered OIDC issuer.namestring requiredThe display name of the OIDC issuer.urlstring requiredThe URL of the OIDC issuer.issuerstring requiredThe OIDC issuer identifier, typically a URL that uniquely identifies the identity provider.thumbprintsarray[string] optionalSHA-1 certificate thumbprints used to verify the OIDC issuer’s TLS certificate.- The JSON Web Key Set for the OIDC issuer.
- The set of JSON Web Keys
maxExpirationinteger optionalThe maximum token expiration time in seconds.createdstring optionalThe ISO 8601 timestamp when the OIDC issuer was created.modifiedstring optionalThe ISO 8601 timestamp when the OIDC issuer was last modified.lastUsedstring optionalThe ISO 8601 timestamp when the OIDC issuer was last used for token exchange.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.