class
Amazonite::Iam::AddClientIDToOpenIDConnectProviderRequest
- Amazonite::Iam::AddClientIDToOpenIDConnectProviderRequest
- Reference
- Object
Defined in:
iam/add_client_id_to_open_id_connect_provider_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_id : String
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
-
#client_id=(client_id : String)
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#open_id_connect_provider_arn : String
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to.
-
#open_id_connect_provider_arn=(open_id_connect_provider_arn : String)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
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.
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.