Interface IOAuth2Claim
Represents a OAuth2Claim resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IOAuth2Claim : IResource
Properties
AlwaysIncludeInToken
Declaration
bool? AlwaysIncludeInToken { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ClaimType
Declaration
string ClaimType { get; set; }
Property Value
Type |
Description |
System.String |
|
Conditions
Declaration
IOAuth2ClaimConditions Conditions { get; set; }
Property Value
GroupFilterType
Declaration
string GroupFilterType { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
System
Declaration
bool? System { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Value
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueType
Declaration
string ValueType { get; set; }
Property Value
Type |
Description |
System.String |
|