Skip to main content

TIAMCreateOpenIDConnectProviderRequest

Class in AWS.IAM

CreateOpenIDConnectProvider request class.

Ancestors

Properties

ClientIDList

property ClientIDList: TList<string>

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

ThumbprintList

property ThumbprintList: TList<string>

Url

property Url: string

Constructors

Create

constructor Create(const AUrl: string; const AClientIDList: array of string);

Constructor for TIAMCreateOpenIDConnectProviderRequest.

Parameters

NameDescription
AUrlSpecify the URL of the identity provider. The URL must begin with.
AClientIDListSpecify a list of client IDs, also known as audiences.