Auth0 v3.4.0 published on Wednesday, Jun 19, 2024 by Pulumi
auth0.getSigningKeys
Explore with Pulumi AI
Data source to retrieve signing keys used by the applications in your tenant. Learn more.
Using getSigningKeys
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSigningKeys(opts?: InvokeOptions): Promise<GetSigningKeysResult>
function getSigningKeysOutput(opts?: InvokeOptions): Output<GetSigningKeysResult>
def get_signing_keys(opts: Optional[InvokeOptions] = None) -> GetSigningKeysResult
def get_signing_keys_output(opts: Optional[InvokeOptions] = None) -> Output[GetSigningKeysResult]
func GetSigningKeys(ctx *Context, opts ...InvokeOption) (*GetSigningKeysResult, error)
func GetSigningKeysOutput(ctx *Context, opts ...InvokeOption) GetSigningKeysResultOutput
> Note: This function is named GetSigningKeys
in the Go SDK.
public static class GetSigningKeys
{
public static Task<GetSigningKeysResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetSigningKeysResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetSigningKeysResult> getSigningKeys(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: auth0:index/getSigningKeys:getSigningKeys
arguments:
# arguments dictionary
getSigningKeys Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Signing
Keys List<GetSigning Keys Signing Key> - All application signing keys.
- Id string
- The provider-assigned unique ID for this managed resource.
- Signing
Keys []GetSigning Keys Signing Key - All application signing keys.
- id String
- The provider-assigned unique ID for this managed resource.
- signing
Keys List<GetSigning Keys Signing Key> - All application signing keys.
- id string
- The provider-assigned unique ID for this managed resource.
- signing
Keys GetSigning Keys Signing Key[] - All application signing keys.
- id str
- The provider-assigned unique ID for this managed resource.
- signing_
keys Sequence[GetSigning Keys Signing Key] - All application signing keys.
- id String
- The provider-assigned unique ID for this managed resource.
- signing
Keys List<Property Map> - All application signing keys.
Supporting Types
GetSigningKeysSigningKey
- Cert string
- The public certificate of the signing key.
- Current bool
- True if the key is the the current key.
- Fingerprint string
- The cert fingerprint.
- Kid string
- The key ID of the signing key.
- Next bool
- True if the key is the the next key.
- Pkcs7 string
- The public certificate of the signing key in PKCS7 format.
- Previous bool
- True if the key is the the previous key.
- Revoked bool
- True if the key is revoked.
- Thumbprint string
- The cert thumbprint.
- Cert string
- The public certificate of the signing key.
- Current bool
- True if the key is the the current key.
- Fingerprint string
- The cert fingerprint.
- Kid string
- The key ID of the signing key.
- Next bool
- True if the key is the the next key.
- Pkcs7 string
- The public certificate of the signing key in PKCS7 format.
- Previous bool
- True if the key is the the previous key.
- Revoked bool
- True if the key is revoked.
- Thumbprint string
- The cert thumbprint.
- cert String
- The public certificate of the signing key.
- current Boolean
- True if the key is the the current key.
- fingerprint String
- The cert fingerprint.
- kid String
- The key ID of the signing key.
- next Boolean
- True if the key is the the next key.
- pkcs7 String
- The public certificate of the signing key in PKCS7 format.
- previous Boolean
- True if the key is the the previous key.
- revoked Boolean
- True if the key is revoked.
- thumbprint String
- The cert thumbprint.
- cert string
- The public certificate of the signing key.
- current boolean
- True if the key is the the current key.
- fingerprint string
- The cert fingerprint.
- kid string
- The key ID of the signing key.
- next boolean
- True if the key is the the next key.
- pkcs7 string
- The public certificate of the signing key in PKCS7 format.
- previous boolean
- True if the key is the the previous key.
- revoked boolean
- True if the key is revoked.
- thumbprint string
- The cert thumbprint.
- cert str
- The public certificate of the signing key.
- current bool
- True if the key is the the current key.
- fingerprint str
- The cert fingerprint.
- kid str
- The key ID of the signing key.
- next bool
- True if the key is the the next key.
- pkcs7 str
- The public certificate of the signing key in PKCS7 format.
- previous bool
- True if the key is the the previous key.
- revoked bool
- True if the key is revoked.
- thumbprint str
- The cert thumbprint.
- cert String
- The public certificate of the signing key.
- current Boolean
- True if the key is the the current key.
- fingerprint String
- The cert fingerprint.
- kid String
- The key ID of the signing key.
- next Boolean
- True if the key is the the next key.
- pkcs7 String
- The public certificate of the signing key in PKCS7 format.
- previous Boolean
- True if the key is the the previous key.
- revoked Boolean
- True if the key is revoked.
- thumbprint String
- The cert thumbprint.
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
auth0
Terraform Provider.