You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::SamlProvider
- Inherits:
-
Resources::Resource
- Object
- Resources::Resource
- Aws::IAM::SamlProvider
- Defined in:
- (unknown)
Instance Attribute Summary collapse
-
#arn ⇒ String
readonly
-
#create_date ⇒ Time
readonly
The date and time when the SAML provider was created.
-
#saml_metadata_document ⇒ String
readonly
The XML metadata document that includes information about an identity provider.
-
#valid_until ⇒ Time
readonly
The expiration date and time for the SAML provider.
Attributes inherited from Resources::Resource
Instance Method Summary collapse
-
#delete ⇒ Struct
Deletes a SAML provider resource in IAM.
Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies.
-
#initialize ⇒ Object
constructor
-
#update(options = {}) ⇒ Types::UpdateSAMLProviderResponse
Updates the metadata document for an existing SAML provider resource object.
This operation requires Signature Version 4.
.
Methods inherited from Resources::Resource
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Resources::OperationMethods
#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details
#initialize(arn, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object
Instance Attribute Details
#arn ⇒ String (readonly)
#create_date ⇒ Time (readonly)
The date and time when the SAML provider was created.
#saml_metadata_document ⇒ String (readonly)
The XML metadata document that includes information about an identity provider.
#valid_until ⇒ Time (readonly)
The expiration date and time for the SAML provider.
Instance Method Details
#delete ⇒ Struct
Deletes a SAML provider resource in IAM.
Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.
This operation requires Signature Version 4.
#update(options = {}) ⇒ Types::UpdateSAMLProviderResponse
Updates the metadata document for an existing SAML provider resource object.
This operation requires Signature Version 4.