Struct rusoto_iam::UpdateSAMLProviderRequest [] [src]

pub struct UpdateSAMLProviderRequest {
    pub saml_metadata_document: String,
    pub saml_provider_arn: String,
}

Fields

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

The Amazon Resource Name (ARN) of the SAML provider to update.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Trait Implementations

impl Default for UpdateSAMLProviderRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateSAMLProviderRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateSAMLProviderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more