Show / Hide Table of Contents

Class SchemaState

Inheritance
System.Object
InputArgs
ResourceArgs
SchemaState
Inherited Members
ResourceArgs.Empty
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.User
Assembly: Pulumi.Okta.dll
Syntax
public sealed class SchemaState : ResourceArgs

Constructors

View Source

SchemaState()

Declaration
public SchemaState()

Properties

View Source

ArrayEnums

Array of values that an array property's items can be set to.

Declaration
public InputList<string> ArrayEnums { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ArrayOneOfs

Display name and value an enum array can be set to.

Declaration
public InputList<SchemaArrayOneOfGetArgs> ArrayOneOfs { get; set; }
Property Value
Type Description
InputList<SchemaArrayOneOfGetArgs>
View Source

ArrayType

The type of the array elements if type is set to &quot;array&quot;.

Declaration
public Input<string> ArrayType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of the user schema property.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Enums

Array of values a primitive property can be set to. See array_enum for arrays.

Declaration
public InputList<string> Enums { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ExternalName

External name of the user schema property.

Declaration
public Input<string> ExternalName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Index

The property name.

Declaration
public Input<string> Index { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Master

Master priority for the user schema property. It can be set to &quot;PROFILE_MASTER&quot; or &quot;OKTA&quot;.

Declaration
public Input<string> Master { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxLength

The maximum length of the user property value. Only applies to type &quot;string&quot;.

Declaration
public Input<int> MaxLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinLength

The minimum length of the user property value. Only applies to type &quot;string&quot;.

Declaration
public Input<int> MinLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

OneOfs

Array of maps containing a mapping for display name to enum value.

Declaration
public InputList<SchemaOneOfGetArgs> OneOfs { get; set; }
Property Value
Type Description
InputList<SchemaOneOfGetArgs>
View Source

Permissions

Access control permissions for the property. It can be set to &quot;READ_WRITE&quot;, &quot;READ_ONLY&quot;, &quot;HIDE&quot;.

Declaration
public Input<string> Permissions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Scope

determines whether an app user attribute can be set at the Individual or Group Level.

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Title

display name for the enum value.

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of the schema property. It can be &quot;string&quot;, &quot;boolean&quot;, &quot;number&quot;, &quot;integer&quot;, &quot;array&quot;, or &quot;object&quot;.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.