API version:
Show / Hide Table of Contents

Interface ITrustedOrigin

Represents a TrustedOrigin 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 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
string Id { get; }
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.