API version:
Show / Hide Table of Contents

Interface IOAuth2ScopeConsentGrant

Represents a OAuth2ScopeConsentGrant 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 IOAuth2ScopeConsentGrant : IResource

Properties

ClientId

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

Created

Declaration
DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

CreatedBy

Declaration
IOAuth2Actor CreatedBy { get; set; }
Property Value
Type Description
IOAuth2Actor

Id

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

Issuer

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

LastUpdated

Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

ScopeId

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

Source

Declaration
OAuth2ScopeConsentGrantSource Source { get; set; }
Property Value
Type Description
OAuth2ScopeConsentGrantSource

Status

Declaration
OAuth2ScopeConsentGrantStatus Status { get; set; }
Property Value
Type Description
OAuth2ScopeConsentGrantStatus

UserId

Declaration
string UserId { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.