Class FleetIdentityProviderArgs
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.WorkLink.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetIdentityProviderArgs : ResourceArgs
Constructors
View SourceFleetIdentityProviderArgs()
Declaration
public FleetIdentityProviderArgs()
Properties
View SourceSamlMetadata
The SAML metadata document provided by the customer’s identity provider.
Declaration
public Input<string> SamlMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of identity provider.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |