Interface ITrustedOrigin
Represents a TrustedOrigin resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ITrustedOrigin : IResource
Properties
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
CreatedBy
Declaration
string CreatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
LastUpdatedBy
Declaration
string LastUpdatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Origin
Declaration
string Origin { get; set; }
Property Value
Type |
Description |
System.String |
|
Scopes
Declaration
IList<IScope> Scopes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IScope> |
|
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|