Class SamlProviderState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SamlProviderState : ResourceArgs
Constructors
View SourceSamlProviderState()
Declaration
public SamlProviderState()
Properties
View SourceArn
The ARN assigned by AWS for this provider.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the provider to create.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SamlMetadataDocument
An XML document generated by an identity provider that supports SAML 2.0.
Declaration
public Input<string> SamlMetadataDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ValidUntil
The expiration date and time for the SAML provider in RFC1123 format, e.g. Mon, 02 Jan 2006 15:04:05 MST.
Declaration
public Input<string> ValidUntil { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |