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