Class GetSamlAttributeStatementArgs
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.App.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetSamlAttributeStatementArgs : InvokeArgs
Constructors
View SourceGetSamlAttributeStatementArgs()
Declaration
public GetSamlAttributeStatementArgs()
Properties
View SourceFilterType
Declaration
public string FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilterValue
Declaration
public string FilterValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
name of application.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Namespace
Declaration
public string Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Values
Declaration
public List<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |