API version:
Show / Hide Table of Contents

Interface IOAuth2Claim

Represents a OAuth2Claim resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
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
Type Description
IOAuth2ClaimConditions

GroupFilterType

Declaration
string GroupFilterType { get; set; }
Property Value
Type Description
System.String

Id

Declaration
string Id { get; }
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.