Difference between revisions of "Aws iam list-saml-providers"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * aws iam list-roles")
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/list-saml-providers.html
 +
aws iam list-saml-providers
  
 +
aws iam list-saml-providers
 +
{
 +
    "SAMLProviderList": [
 +
        {
 +
            "Arn": "arn:aws:iam::1234567899:saml-provider/your-saml-provider-name",
 +
            "ValidUntil": "2122-03-17T06:00:44+00:00",
 +
            "CreateDate": "2022-03-17T06:00:44+00:00"
 +
        }
 +
    ]
 +
}
  
  
  
 +
== Related ==
 +
* <code>[[aws list all]]</code>
 +
* <code>[[aws iam list-roles]]</code>
 +
* <code>[[aws iam create-saml-provider]]</code>
 +
* [[ACS URL]]
  
* [[aws iam list-roles]]
+
== See also ==
 +
* {{aws iam saml}}
 +
* {{IAM}}
 +
* {{SAML}}
 +
 
 +
[[Category:AWS]]

Latest revision as of 13:32, 14 October 2022

Advertising: