okta.app.UserSchema
Import
App user schema property can be imported via the property index and app id.
$ pulumi import okta:app/userSchema:UserSchema example <app id>/<property name>
Example Usage
using System.Collections.Generic;
using Pulumi;
using Okta = Pulumi.Okta;
return await Deployment.RunAsync(() =>
{
var example = new Okta.App.UserSchema("example", new()
{
AppId = "<app id>",
Description = "My custom property name",
Index = "customPropertyName",
Master = "OKTA",
Scope = "SELF",
Title = "customPropertyName",
Type = "string",
});
});
package main
import (
"github.com/pulumi/pulumi-okta/sdk/v3/go/okta/app"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := app.NewUserSchema(ctx, "example", &app.UserSchemaArgs{
AppId: pulumi.String("<app id>"),
Description: pulumi.String("My custom property name"),
Index: pulumi.String("customPropertyName"),
Master: pulumi.String("OKTA"),
Scope: pulumi.String("SELF"),
Title: pulumi.String("customPropertyName"),
Type: pulumi.String("string"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.okta.app.UserSchema;
import com.pulumi.okta.app.UserSchemaArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new UserSchema("example", UserSchemaArgs.builder()
.appId("<app id>")
.description("My custom property name")
.index("customPropertyName")
.master("OKTA")
.scope("SELF")
.title("customPropertyName")
.type("string")
.build());
}
}
import pulumi
import pulumi_okta as okta
example = okta.app.UserSchema("example",
app_id="<app id>",
description="My custom property name",
index="customPropertyName",
master="OKTA",
scope="SELF",
title="customPropertyName",
type="string")
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const example = new okta.app.UserSchema("example", {
appId: "<app id>",
description: "My custom property name",
index: "customPropertyName",
master: "OKTA",
scope: "SELF",
title: "customPropertyName",
type: "string",
});
resources:
example:
type: okta:app:UserSchema
properties:
appId: <app id>
description: My custom property name
index: customPropertyName
master: OKTA
scope: SELF
title: customPropertyName
type: string
Create UserSchema Resource
new UserSchema(name: string, args: UserSchemaArgs, opts?: CustomResourceOptions);
@overload
def UserSchema(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_id: Optional[str] = None,
array_enums: Optional[Sequence[str]] = None,
array_one_ofs: Optional[Sequence[UserSchemaArrayOneOfArgs]] = None,
array_type: Optional[str] = None,
description: Optional[str] = None,
enums: Optional[Sequence[str]] = None,
external_name: Optional[str] = None,
external_namespace: Optional[str] = None,
index: Optional[str] = None,
master: Optional[str] = None,
max_length: Optional[int] = None,
min_length: Optional[int] = None,
one_ofs: Optional[Sequence[UserSchemaOneOfArgs]] = None,
permissions: Optional[str] = None,
required: Optional[bool] = None,
scope: Optional[str] = None,
title: Optional[str] = None,
type: Optional[str] = None,
union: Optional[bool] = None,
unique: Optional[str] = None,
user_type: Optional[str] = None)
@overload
def UserSchema(resource_name: str,
args: UserSchemaArgs,
opts: Optional[ResourceOptions] = None)
func NewUserSchema(ctx *Context, name string, args UserSchemaArgs, opts ...ResourceOption) (*UserSchema, error)
public UserSchema(string name, UserSchemaArgs args, CustomResourceOptions? opts = null)
public UserSchema(String name, UserSchemaArgs args)
public UserSchema(String name, UserSchemaArgs args, CustomResourceOptions options)
type: okta:app:UserSchema
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserSchemaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args UserSchemaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args UserSchemaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserSchemaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserSchemaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
UserSchema Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The UserSchema resource accepts the following input properties:
- App
Id string The Application's ID the user custom schema property should be assigned to.
- Index string
The property name.
- Title string
display name for the enum value.
- Type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- Array
Enums List<string> Array of values that an array property's items can be set to.
- Array
One List<UserOfs Schema Array One Of Args> Display name and value an enum array can be set to.
- Array
Type string The type of the array elements if
type
is set to"array"
.- Description string
The description of the user schema property.
- Enums List<string>
Array of values a primitive property can be set to. See
array_enum
for arrays.- External
Name string External name of the user schema property.
- External
Namespace string External namespace of the user schema property.
- Master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- Max
Length int The maximum length of the user property value. Only applies to type
"string"
.- Min
Length int The minimum length of the user property value. Only applies to type
"string"
.- One
Ofs List<UserSchema One Of Args> Array of maps containing a mapping for display name to enum value.
- Permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- Required bool
Whether the property is required for this application's users.
- Scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- Union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- Unique string
Subschema unique restriction
- User
Type string Custom subschema user type
- App
Id string The Application's ID the user custom schema property should be assigned to.
- Index string
The property name.
- Title string
display name for the enum value.
- Type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- Array
Enums []string Array of values that an array property's items can be set to.
- Array
One []UserOfs Schema Array One Of Args Display name and value an enum array can be set to.
- Array
Type string The type of the array elements if
type
is set to"array"
.- Description string
The description of the user schema property.
- Enums []string
Array of values a primitive property can be set to. See
array_enum
for arrays.- External
Name string External name of the user schema property.
- External
Namespace string External namespace of the user schema property.
- Master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- Max
Length int The maximum length of the user property value. Only applies to type
"string"
.- Min
Length int The minimum length of the user property value. Only applies to type
"string"
.- One
Ofs []UserSchema One Of Args Array of maps containing a mapping for display name to enum value.
- Permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- Required bool
Whether the property is required for this application's users.
- Scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- Union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- Unique string
Subschema unique restriction
- User
Type string Custom subschema user type
- app
Id String The Application's ID the user custom schema property should be assigned to.
- index String
The property name.
- title String
display name for the enum value.
- type String
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- array
Enums List<String> Array of values that an array property's items can be set to.
- array
One List<UserOfs Schema Array One Of Args> Display name and value an enum array can be set to.
- array
Type String The type of the array elements if
type
is set to"array"
.- description String
The description of the user schema property.
- enums List<String>
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name String External name of the user schema property.
- external
Namespace String External namespace of the user schema property.
- master String
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length Integer The maximum length of the user property value. Only applies to type
"string"
.- min
Length Integer The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs List<UserSchema One Of Args> Array of maps containing a mapping for display name to enum value.
- permissions String
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required Boolean
Whether the property is required for this application's users.
- scope String
determines whether an app user attribute can be set at the Individual or Group Level.
- union Boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique String
Subschema unique restriction
- user
Type String Custom subschema user type
- app
Id string The Application's ID the user custom schema property should be assigned to.
- index string
The property name.
- title string
display name for the enum value.
- type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- array
Enums string[] Array of values that an array property's items can be set to.
- array
One UserOfs Schema Array One Of Args[] Display name and value an enum array can be set to.
- array
Type string The type of the array elements if
type
is set to"array"
.- description string
The description of the user schema property.
- enums string[]
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name string External name of the user schema property.
- external
Namespace string External namespace of the user schema property.
- master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length number The maximum length of the user property value. Only applies to type
"string"
.- min
Length number The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs UserSchema One Of Args[] Array of maps containing a mapping for display name to enum value.
- permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required boolean
Whether the property is required for this application's users.
- scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- union boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique string
Subschema unique restriction
- user
Type string Custom subschema user type
- app_
id str The Application's ID the user custom schema property should be assigned to.
- index str
The property name.
- title str
display name for the enum value.
- type str
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- array_
enums Sequence[str] Array of values that an array property's items can be set to.
- array_
one_ Sequence[Userofs Schema Array One Of Args] Display name and value an enum array can be set to.
- array_
type str The type of the array elements if
type
is set to"array"
.- description str
The description of the user schema property.
- enums Sequence[str]
Array of values a primitive property can be set to. See
array_enum
for arrays.- external_
name str External name of the user schema property.
- external_
namespace str External namespace of the user schema property.
- master str
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max_
length int The maximum length of the user property value. Only applies to type
"string"
.- min_
length int The minimum length of the user property value. Only applies to type
"string"
.- one_
ofs Sequence[UserSchema One Of Args] Array of maps containing a mapping for display name to enum value.
- permissions str
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required bool
Whether the property is required for this application's users.
- scope str
determines whether an app user attribute can be set at the Individual or Group Level.
- union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique str
Subschema unique restriction
- user_
type str Custom subschema user type
- app
Id String The Application's ID the user custom schema property should be assigned to.
- index String
The property name.
- title String
display name for the enum value.
- type String
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- array
Enums List<String> Array of values that an array property's items can be set to.
- array
One List<Property Map>Ofs Display name and value an enum array can be set to.
- array
Type String The type of the array elements if
type
is set to"array"
.- description String
The description of the user schema property.
- enums List<String>
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name String External name of the user schema property.
- external
Namespace String External namespace of the user schema property.
- master String
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length Number The maximum length of the user property value. Only applies to type
"string"
.- min
Length Number The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs List<Property Map> Array of maps containing a mapping for display name to enum value.
- permissions String
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required Boolean
Whether the property is required for this application's users.
- scope String
determines whether an app user attribute can be set at the Individual or Group Level.
- union Boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique String
Subschema unique restriction
- user
Type String Custom subschema user type
Outputs
All input properties are implicitly available as output properties. Additionally, the UserSchema resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing UserSchema Resource
Get an existing UserSchema resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: UserSchemaState, opts?: CustomResourceOptions): UserSchema
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_id: Optional[str] = None,
array_enums: Optional[Sequence[str]] = None,
array_one_ofs: Optional[Sequence[UserSchemaArrayOneOfArgs]] = None,
array_type: Optional[str] = None,
description: Optional[str] = None,
enums: Optional[Sequence[str]] = None,
external_name: Optional[str] = None,
external_namespace: Optional[str] = None,
index: Optional[str] = None,
master: Optional[str] = None,
max_length: Optional[int] = None,
min_length: Optional[int] = None,
one_ofs: Optional[Sequence[UserSchemaOneOfArgs]] = None,
permissions: Optional[str] = None,
required: Optional[bool] = None,
scope: Optional[str] = None,
title: Optional[str] = None,
type: Optional[str] = None,
union: Optional[bool] = None,
unique: Optional[str] = None,
user_type: Optional[str] = None) -> UserSchema
func GetUserSchema(ctx *Context, name string, id IDInput, state *UserSchemaState, opts ...ResourceOption) (*UserSchema, error)
public static UserSchema Get(string name, Input<string> id, UserSchemaState? state, CustomResourceOptions? opts = null)
public static UserSchema get(String name, Output<String> id, UserSchemaState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- App
Id string The Application's ID the user custom schema property should be assigned to.
- Array
Enums List<string> Array of values that an array property's items can be set to.
- Array
One List<UserOfs Schema Array One Of Args> Display name and value an enum array can be set to.
- Array
Type string The type of the array elements if
type
is set to"array"
.- Description string
The description of the user schema property.
- Enums List<string>
Array of values a primitive property can be set to. See
array_enum
for arrays.- External
Name string External name of the user schema property.
- External
Namespace string External namespace of the user schema property.
- Index string
The property name.
- Master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- Max
Length int The maximum length of the user property value. Only applies to type
"string"
.- Min
Length int The minimum length of the user property value. Only applies to type
"string"
.- One
Ofs List<UserSchema One Of Args> Array of maps containing a mapping for display name to enum value.
- Permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- Required bool
Whether the property is required for this application's users.
- Scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- Title string
display name for the enum value.
- Type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- Union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- Unique string
Subschema unique restriction
- User
Type string Custom subschema user type
- App
Id string The Application's ID the user custom schema property should be assigned to.
- Array
Enums []string Array of values that an array property's items can be set to.
- Array
One []UserOfs Schema Array One Of Args Display name and value an enum array can be set to.
- Array
Type string The type of the array elements if
type
is set to"array"
.- Description string
The description of the user schema property.
- Enums []string
Array of values a primitive property can be set to. See
array_enum
for arrays.- External
Name string External name of the user schema property.
- External
Namespace string External namespace of the user schema property.
- Index string
The property name.
- Master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- Max
Length int The maximum length of the user property value. Only applies to type
"string"
.- Min
Length int The minimum length of the user property value. Only applies to type
"string"
.- One
Ofs []UserSchema One Of Args Array of maps containing a mapping for display name to enum value.
- Permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- Required bool
Whether the property is required for this application's users.
- Scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- Title string
display name for the enum value.
- Type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- Union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- Unique string
Subschema unique restriction
- User
Type string Custom subschema user type
- app
Id String The Application's ID the user custom schema property should be assigned to.
- array
Enums List<String> Array of values that an array property's items can be set to.
- array
One List<UserOfs Schema Array One Of Args> Display name and value an enum array can be set to.
- array
Type String The type of the array elements if
type
is set to"array"
.- description String
The description of the user schema property.
- enums List<String>
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name String External name of the user schema property.
- external
Namespace String External namespace of the user schema property.
- index String
The property name.
- master String
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length Integer The maximum length of the user property value. Only applies to type
"string"
.- min
Length Integer The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs List<UserSchema One Of Args> Array of maps containing a mapping for display name to enum value.
- permissions String
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required Boolean
Whether the property is required for this application's users.
- scope String
determines whether an app user attribute can be set at the Individual or Group Level.
- title String
display name for the enum value.
- type String
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- union Boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique String
Subschema unique restriction
- user
Type String Custom subschema user type
- app
Id string The Application's ID the user custom schema property should be assigned to.
- array
Enums string[] Array of values that an array property's items can be set to.
- array
One UserOfs Schema Array One Of Args[] Display name and value an enum array can be set to.
- array
Type string The type of the array elements if
type
is set to"array"
.- description string
The description of the user schema property.
- enums string[]
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name string External name of the user schema property.
- external
Namespace string External namespace of the user schema property.
- index string
The property name.
- master string
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length number The maximum length of the user property value. Only applies to type
"string"
.- min
Length number The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs UserSchema One Of Args[] Array of maps containing a mapping for display name to enum value.
- permissions string
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required boolean
Whether the property is required for this application's users.
- scope string
determines whether an app user attribute can be set at the Individual or Group Level.
- title string
display name for the enum value.
- type string
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- union boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique string
Subschema unique restriction
- user
Type string Custom subschema user type
- app_
id str The Application's ID the user custom schema property should be assigned to.
- array_
enums Sequence[str] Array of values that an array property's items can be set to.
- array_
one_ Sequence[Userofs Schema Array One Of Args] Display name and value an enum array can be set to.
- array_
type str The type of the array elements if
type
is set to"array"
.- description str
The description of the user schema property.
- enums Sequence[str]
Array of values a primitive property can be set to. See
array_enum
for arrays.- external_
name str External name of the user schema property.
- external_
namespace str External namespace of the user schema property.
- index str
The property name.
- master str
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max_
length int The maximum length of the user property value. Only applies to type
"string"
.- min_
length int The minimum length of the user property value. Only applies to type
"string"
.- one_
ofs Sequence[UserSchema One Of Args] Array of maps containing a mapping for display name to enum value.
- permissions str
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required bool
Whether the property is required for this application's users.
- scope str
determines whether an app user attribute can be set at the Individual or Group Level.
- title str
display name for the enum value.
- type str
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- union bool
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique str
Subschema unique restriction
- user_
type str Custom subschema user type
- app
Id String The Application's ID the user custom schema property should be assigned to.
- array
Enums List<String> Array of values that an array property's items can be set to.
- array
One List<Property Map>Ofs Display name and value an enum array can be set to.
- array
Type String The type of the array elements if
type
is set to"array"
.- description String
The description of the user schema property.
- enums List<String>
Array of values a primitive property can be set to. See
array_enum
for arrays.- external
Name String External name of the user schema property.
- external
Namespace String External namespace of the user schema property.
- index String
The property name.
- master String
Master priority for the user schema property. It can be set to
"PROFILE_MASTER"
or"OKTA"
.- max
Length Number The maximum length of the user property value. Only applies to type
"string"
.- min
Length Number The minimum length of the user property value. Only applies to type
"string"
.- one
Ofs List<Property Map> Array of maps containing a mapping for display name to enum value.
- permissions String
Access control permissions for the property. It can be set to
"READ_WRITE"
,"READ_ONLY"
,"HIDE"
.- required Boolean
Whether the property is required for this application's users.
- scope String
determines whether an app user attribute can be set at the Individual or Group Level.
- title String
display name for the enum value.
- type String
The type of the schema property. It can be
"string"
,"boolean"
,"number"
,"integer"
,"array"
, or"object"
.- union Boolean
Used to assign attribute group priority. Can not be set to 'true' if
scope
is set to Individual level.- unique String
Subschema unique restriction
- user
Type String Custom subschema user type
Supporting Types
UserSchemaArrayOneOf
UserSchemaOneOf
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.