class Aws::IAM::Types::AddClientIDToOpenIDConnectProviderRequest

@note When making an API call, you may pass AddClientIDToOpenIDConnectProviderRequest

data as a hash:

    {
      open_id_connect_provider_arn: "arnType", # required
      client_id: "clientIDType", # required
    }

@!attribute [rw] open_id_connect_provider_arn

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider resource to add the client ID to. You can get a list of
OIDC provider ARNs by using the ListOpenIDConnectProviders
operation.
@return [String]

@!attribute [rw] client_id

The client ID (also known as audience) to add to the IAM OpenID
Connect provider resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddClientIDToOpenIDConnectProviderRequest AWS API Documentation

Constants

SENSITIVE