class
Amazonite::Iam::GetOpenIDConnectProviderResponse
- Amazonite::Iam::GetOpenIDConnectProviderResponse
- Reference
- Object
Overview
Contains the response to a successful GetOpenIDConnectProvider request.
Defined in:
iam/get_open_id_connect_provider_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(url : String | Nil = nil, client_id_list : Array(String) | Nil = nil, thumbprint_list : Array(String) | Nil = nil, create_date : Time | Nil = nil, tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_id_list : Array(String) | Nil
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
-
#client_id_list=(client_id_list : Array(String) | Nil)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
-
#create_date : Time | Nil
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
-
#create_date=(create_date : Time | Nil)
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
-
#hash(hasher)
See
Object#hash(hasher) -
#tags : Array(Tag) | Nil
A list of tags that are attached to the specified IAM OIDC provider.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the specified IAM OIDC provider.
-
#thumbprint_list : Array(String) | Nil
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
-
#thumbprint_list=(thumbprint_list : Array(String) | Nil)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#url : String | Nil
The URL that the IAM OIDC provider resource object is associated with.
-
#url=(url : String | Nil)
The URL that the IAM OIDC provider resource object is associated with.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
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.
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.
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.