Interface IOAuth2Scope
Represents a OAuth2Scope resource in the Okta API.
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
Property Value
Type |
Description |
System.String |
|
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> |
|