API version:
Show / Hide Table of Contents

Interface ILinkedObjectDetails

Represents a LinkedObjectDetails 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 ILinkedObjectDetails : IResource

Properties

Description

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

Name

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

Title

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

Type

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