Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetOpenIDConnectProviderResponse

import type { GetOpenIDConnectProviderResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GetOpenIDConnectProvider" request.

interface GetOpenIDConnectProviderResponse {
ClientIDList: string[];
CreateDate?: Date | number | null;
Tags: Tag[];
ThumbprintList: string[];
Url?: string | null;
}

§Properties

§
ClientIDList: string[]
[src]

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see "CreateOpenIDConnectProvider".

§
CreateDate?: Date | number | null
[src]

The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.

§
Tags: Tag[]
[src]

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

§
ThumbprintList: string[]
[src]

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see "CreateOpenIDConnectProvider".

§
Url?: string | null
[src]

The URL that the IAM OIDC provider resource object is associated with. For more information, see "CreateOpenIDConnectProvider".