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

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/list-saml-providers.html
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/list-saml-providers.html
 
  aws iam list-saml-providers
 
  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 ==
 
== Related ==
Line 7: Line 20:
 
* <code>[[aws iam list-roles]]</code>
 
* <code>[[aws iam list-roles]]</code>
 
* <code>[[aws iam create-saml-provider]]</code>
 
* <code>[[aws iam create-saml-provider]]</code>
 +
* [[ACS URL]]
  
 
== See also ==
 
== See also ==
 
* {{aws iam saml}}
 
* {{aws iam saml}}
* {{aws iam}}
 
 
* {{IAM}}
 
* {{IAM}}
 +
* {{SAML}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 13:32, 14 October 2022

Advertising: