Class SamlProviderArgs
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 SamlProviderArgs : ResourceArgs
Constructors
View SourceSamlProviderArgs()
Declaration
public SamlProviderArgs()
Properties
View SourceName
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> |