Interface ILinkedObjectDetails
Represents a LinkedObjectDetails resource in the Okta API.
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