API version:
Show / Hide Table of Contents

Interface IOAuth2Scope

Represents a OAuth2Scope 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 IOAuth2Scope : IResource

Properties

Consent

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

Default

Declaration
bool? Default { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Description

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

DisplayName

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

Id

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

MetadataPublish

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

Name

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

System

Declaration
bool? System { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.