IIAMUpdateOpenIDConnectProviderThumbprintRequest
Interface in AWS.IAM
Interface for UpdateOpenIDConnectProviderThumbprint requests.
Ancestors
Properties
OpenIDConnectProviderArn
property OpenIDConnectProviderArn: TARN
Specify the Amazon Resource Name of the OpenID Connect (OIDC) identity provider you want to update.
ThumbprintList
property ThumbprintList: TList<string>
Specify a list of certificate thumbprints that are associated with the IAM OpenID Connect (OIDC) provider.
Methods
AddThumbprintListEntry
function AddThumbprintListEntry(const AThumbprint: string): NativeInt;
Add a thumbprint to ThumbprintList.
Parameters
| Name | Description |
|---|---|
AThumbprint | Specify a thumbprint to add to ThumbprintList. |
Returns
Returns the index of the thumbprint added to ThumbprintList.