API version:
Show / Hide Table of Contents

Class RoleAssignmentType

An enumeration of RoleAssignmentType values in the Okta API.

Inheritance
System.Object
StringEnum
RoleAssignmentType
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 RoleAssignmentType : StringEnum, IComparable

Constructors

RoleAssignmentType(String)

Creates a new RoleAssignmentType instance.

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

The value to use.

Fields

Group

The GROUP RoleAssignmentType.

Declaration
public static RoleAssignmentType Group
Field Value
Type Description
RoleAssignmentType

User

The USER RoleAssignmentType.

Declaration
public static RoleAssignmentType User
Field Value
Type Description
RoleAssignmentType

Operators

Implicit(String to RoleAssignmentType)

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

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

The value to use

Returns
Type Description
RoleAssignmentType

Implements

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