Class SamlAttributeStatement
Represents a resource in the Okta API.
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: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class SamlAttributeStatement : Resource, ISamlAttributeStatement, IResource
Properties
FilterType
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
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 IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |