API version:
Show / Hide Table of Contents

Class LinkedObjectDetailsType

An enumeration of LinkedObjectDetailsType values in the Okta API.

Inheritance
System.Object
StringEnum
LinkedObjectDetailsType
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class LinkedObjectDetailsType : StringEnum, IComparable

Constructors

LinkedObjectDetailsType(String)

Creates a new LinkedObjectDetailsType instance.

Declaration
public LinkedObjectDetailsType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

User

The USER LinkedObjectDetailsType.

Declaration
public static LinkedObjectDetailsType User
Field Value
Type Description
LinkedObjectDetailsType

Operators

Implicit(String to LinkedObjectDetailsType)

Implicit operator declaration to accept and convert a string value as a LinkedObjectDetailsType

Declaration
public static implicit operator LinkedObjectDetailsType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
LinkedObjectDetailsType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.