Class GlobalClientAddonsSamlpArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
GlobalClientAddonsSamlpArgs
Inherited Members
Pulumi.ResourceArgs.Empty
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()
Assembly: Pulumi.Auth0.dll
public sealed class GlobalClientAddonsSamlpArgs : ResourceArgs
Constructors
View Source
Declaration
public GlobalClientAddonsSamlpArgs()
Properties
View Source
Declaration
public Input<string> Audience { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
AuthnContextClassRef
Declaration
public Input<string> AuthnContextClassRef { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<string> Binding { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<bool> CreateUpnClaim { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public Input<string> Destination { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<string> DigestAlgorithm { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<bool> IncludeAttributeNameFormat { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public Input<int> LifetimeInSeconds { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Int32> |
|
View Source
Declaration
public Input<GlobalClientAddonsSamlpLogoutArgs> Logout { get; set; }
Property Value
View Source
Declaration
public Input<bool> MapIdentities { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public InputMap<object> Mappings { get; set; }
Property Value
| Type |
Description |
| Pulumi.InputMap<System.Object> |
|
View Source
Declaration
public Input<bool> MapUnknownClaimsAsIs { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public Input<string> NameIdentifierFormat { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public InputList<string> NameIdentifierProbes { get; set; }
Property Value
| Type |
Description |
| Pulumi.InputList<System.String> |
|
View Source
Declaration
public Input<bool> PassthroughClaimsWithNoMapping { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public Input<string> Recipient { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<string> SignatureAlgorithm { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Declaration
public Input<bool> SignResponse { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> TypedAttributes { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|