Class SamlAppAttributeStatementArgs
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.Okta.Deprecated.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SamlAppAttributeStatementArgs : ResourceArgs
Constructors
View SourceSamlAppAttributeStatementArgs()
Declaration
public SamlAppAttributeStatementArgs()
Properties
View SourceFilterType
Declaration
public Input<string> FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FilterValue
Declaration
public Input<string> FilterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Values
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |