API version:
Show / Hide Table of Contents

Class UserSchemaAttribute

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
UserSchemaAttribute
Implements
IUserSchemaAttribute
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class UserSchemaAttribute : Resource, IUserSchemaAttribute, IResource

Properties

Description

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

Enum

Declaration
public IList<string> Enum { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ExternalName

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

ExternalNamespace

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

Items

Declaration
public IUserSchemaAttributeItems Items { get; set; }
Property Value
Type Description
IUserSchemaAttributeItems

Master

Declaration
public IUserSchemaAttributeMaster Master { get; set; }
Property Value
Type Description
IUserSchemaAttributeMaster

MaxLength

Declaration
public int? MaxLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinLength

Declaration
public int? MinLength { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Mutability

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

OneOf

Declaration
public IList<IUserSchemaAttributeEnum> OneOf { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<IUserSchemaAttributeEnum>

Pattern

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

Permissions

Declaration
public IList<IUserSchemaAttributePermission> Permissions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<IUserSchemaAttributePermission>

Required

Declaration
public bool? Required { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Scope

Declaration
public UserSchemaAttributeScope Scope { get; set; }
Property Value
Type Description
UserSchemaAttributeScope

Title

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

Type

Declaration
public UserSchemaAttributeType Type { get; set; }
Property Value
Type Description
UserSchemaAttributeType

Union

Declaration
public UserSchemaAttributeUnion Union { get; set; }
Property Value
Type Description
UserSchemaAttributeUnion

Unique

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

Implements

IUserSchemaAttribute
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.