Class UserSchemaAttribute
Represents a resource in the Okta API.
Inheritance
System.Object
UserSchemaAttribute
Inherited Members
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()
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
Master
Declaration
public IUserSchemaAttributeMaster Master { get; set; }
Property Value
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
Pattern
Declaration
public string Pattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Permissions
Declaration
public IList<IUserSchemaAttributePermission> Permissions { get; set; }
Property Value
Required
Declaration
public bool? Required { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Scope
Declaration
public UserSchemaAttributeScope Scope { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public UserSchemaAttributeType Type { get; set; }
Property Value
Union
Declaration
public UserSchemaAttributeUnion Union { get; set; }
Property Value
Unique
Declaration
public string Unique { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements