Show / Hide Table of Contents

Class BaseSchemaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BaseSchemaArgs
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 BaseSchemaArgs : ResourceArgs

Constructors

View Source

BaseSchemaArgs()

Declaration
public BaseSchemaArgs()

Properties

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

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

Title

The property display name.

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.