API version:
Show / Hide Table of Contents

Class OAuth2Claim

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
OAuth2Claim
Implements
IOAuth2Claim
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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 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
Type Description
IOAuth2ClaimConditions

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

IOAuth2Claim
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.