Class UserBaseSchemaState
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()
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class UserBaseSchemaState : ResourceArgs
Constructors
View SourceUserBaseSchemaState()
Declaration
public UserBaseSchemaState()
Properties
View SourceAppId
The Application's ID the user schema property should be assigned to.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Index
The property name.
Declaration
public Input<string> Index { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Master
Master priority for the user schema property. It can be set to "PROFILE_MASTER" or "OKTA".
Declaration
public Input<string> Master { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Permissions
Access control permissions for the property. It can be set to "READ_WRITE", "READ_ONLY", "HIDE".
Declaration
public Input<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Required
Whether the property is required for this application's users.
Declaration
public Input<bool> Required { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Title
The property display name.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the schema property. It can be "string", "boolean", "number", "integer", "array", or "object".
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |