Interface IOAuth2ScopeConsentGrant
Represents a OAuth2ScopeConsentGrant resource in the Okta API.
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
Id
Declaration
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
Status
Declaration
OAuth2ScopeConsentGrantStatus Status { get; set; }
Property Value
UserId
Declaration
string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|