Class OAuth2Claim
Represents a resource in the Okta API.
Inheritance
System.Object
OAuth2Claim
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()
Assembly: Okta.Sdk.dll
Syntax
public sealed class OAuth2Claim : Resource, IOAuth2Claim, IResource
Properties
AlwaysIncludeInToken
Declaration
public bool? AlwaysIncludeInToken { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ClaimType
Declaration
public string ClaimType { get; set; }
Property Value
Type |
Description |
System.String |
|
Conditions
Declaration
public IOAuth2ClaimConditions Conditions { get; set; }
Property Value
GroupFilterType
Declaration
public string GroupFilterType { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
System
Declaration
public bool? System { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueType
Declaration
public string ValueType { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements