API version:
Show / Hide Table of Contents

Interface IUserSchemaAttribute

Represents a UserSchemaAttribute 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 IUserSchemaAttribute : IResource

Properties

Description

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

Enum

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

ExternalName

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

ExternalNamespace

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

Items

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

Master

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

MaxLength

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

MinLength

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

Mutability

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

OneOf

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

Pattern

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

Permissions

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

Required

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

Scope

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

Title

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

Type

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

Union

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

Unique

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