Documentation
¶
Index ¶
- func NewUserSchemaPropertyArrayOneOfList_Override(u UserSchemaPropertyArrayOneOfList, ...)
- func NewUserSchemaPropertyArrayOneOfOutputReference_Override(u UserSchemaPropertyArrayOneOfOutputReference, ...)
- func NewUserSchemaPropertyMasterOverridePriorityList_Override(u UserSchemaPropertyMasterOverridePriorityList, ...)
- func NewUserSchemaPropertyMasterOverridePriorityOutputReference_Override(u UserSchemaPropertyMasterOverridePriorityOutputReference, ...)
- func NewUserSchemaPropertyOneOfList_Override(u UserSchemaPropertyOneOfList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewUserSchemaPropertyOneOfOutputReference_Override(u UserSchemaPropertyOneOfOutputReference, ...)
- func NewUserSchemaProperty_Override(u UserSchemaProperty, scope constructs.Construct, id *string, ...)
- func UserSchemaProperty_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func UserSchemaProperty_IsConstruct(x interface{}) *bool
- func UserSchemaProperty_IsTerraformElement(x interface{}) *bool
- func UserSchemaProperty_IsTerraformResource(x interface{}) *bool
- func UserSchemaProperty_TfResourceType() *string
- type UserSchemaProperty
- type UserSchemaPropertyArrayOneOf
- type UserSchemaPropertyArrayOneOfList
- type UserSchemaPropertyArrayOneOfOutputReference
- type UserSchemaPropertyConfig
- type UserSchemaPropertyMasterOverridePriority
- type UserSchemaPropertyMasterOverridePriorityList
- type UserSchemaPropertyMasterOverridePriorityOutputReference
- type UserSchemaPropertyOneOf
- type UserSchemaPropertyOneOfList
- type UserSchemaPropertyOneOfOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserSchemaPropertyArrayOneOfList_Override ¶
func NewUserSchemaPropertyArrayOneOfList_Override(u UserSchemaPropertyArrayOneOfList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewUserSchemaPropertyArrayOneOfOutputReference_Override ¶
func NewUserSchemaPropertyArrayOneOfOutputReference_Override(u UserSchemaPropertyArrayOneOfOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewUserSchemaPropertyMasterOverridePriorityList_Override ¶
func NewUserSchemaPropertyMasterOverridePriorityList_Override(u UserSchemaPropertyMasterOverridePriorityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewUserSchemaPropertyMasterOverridePriorityOutputReference_Override ¶
func NewUserSchemaPropertyMasterOverridePriorityOutputReference_Override(u UserSchemaPropertyMasterOverridePriorityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewUserSchemaPropertyOneOfList_Override ¶
func NewUserSchemaPropertyOneOfList_Override(u UserSchemaPropertyOneOfList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewUserSchemaPropertyOneOfOutputReference_Override ¶
func NewUserSchemaPropertyOneOfOutputReference_Override(u UserSchemaPropertyOneOfOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewUserSchemaProperty_Override ¶
func NewUserSchemaProperty_Override(u UserSchemaProperty, scope constructs.Construct, id *string, config *UserSchemaPropertyConfig)
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property okta_user_schema_property} Resource.
func UserSchemaProperty_GenerateConfigForImport ¶
func UserSchemaProperty_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a UserSchemaProperty resource upon running "cdktf plan <stack-name>".
func UserSchemaProperty_IsConstruct ¶
func UserSchemaProperty_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func UserSchemaProperty_IsTerraformElement ¶
func UserSchemaProperty_IsTerraformElement(x interface{}) *bool
Experimental.
func UserSchemaProperty_IsTerraformResource ¶
func UserSchemaProperty_IsTerraformResource(x interface{}) *bool
Experimental.
func UserSchemaProperty_TfResourceType ¶
func UserSchemaProperty_TfResourceType() *string
Types ¶
type UserSchemaProperty ¶
type UserSchemaProperty interface { cdktf.TerraformResource ArrayEnum() *[]*string SetArrayEnum(val *[]*string) ArrayEnumInput() *[]*string ArrayOneOf() UserSchemaPropertyArrayOneOfList ArrayOneOfInput() interface{} ArrayType() *string SetArrayType(val *string) ArrayTypeInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string Enum() *[]*string SetEnum(val *[]*string) EnumInput() *[]*string ExternalName() *string SetExternalName(val *string) ExternalNameInput() *string ExternalNamespace() *string SetExternalNamespace(val *string) ExternalNamespaceInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Index() *string SetIndex(val *string) IndexInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Master() *string SetMaster(val *string) MasterInput() *string MasterOverridePriority() UserSchemaPropertyMasterOverridePriorityList MasterOverridePriorityInput() interface{} MaxLength() *float64 SetMaxLength(val *float64) MaxLengthInput() *float64 MinLength() *float64 SetMinLength(val *float64) MinLengthInput() *float64 // The tree node. Node() constructs.Node OneOf() UserSchemaPropertyOneOfList OneOfInput() interface{} Pattern() *string SetPattern(val *string) PatternInput() *string Permissions() *string SetPermissions(val *string) PermissionsInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Required() interface{} SetRequired(val interface{}) RequiredInput() interface{} Scope() *string SetScope(val *string) ScopeInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Title() *string SetTitle(val *string) TitleInput() *string Type() *string SetType(val *string) TypeInput() *string Unique() *string SetUnique(val *string) UniqueInput() *string UserType() *string SetUserType(val *string) UserTypeInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutArrayOneOf(value interface{}) PutMasterOverridePriority(value interface{}) PutOneOf(value interface{}) ResetArrayEnum() ResetArrayOneOf() ResetArrayType() ResetDescription() ResetEnum() ResetExternalName() ResetExternalNamespace() ResetId() ResetMaster() ResetMasterOverridePriority() ResetMaxLength() ResetMinLength() ResetOneOf() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPattern() ResetPermissions() ResetRequired() ResetScope() ResetUnique() ResetUserType() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property okta_user_schema_property}.
func NewUserSchemaProperty ¶
func NewUserSchemaProperty(scope constructs.Construct, id *string, config *UserSchemaPropertyConfig) UserSchemaProperty
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property okta_user_schema_property} Resource.
type UserSchemaPropertyArrayOneOf ¶
type UserSchemaPropertyArrayOneOf struct { // Enum value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#const UserSchemaProperty#const} Const *string `field:"required" json:"const" yaml:"const"` // Enum title. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#title UserSchemaProperty#title} Title *string `field:"required" json:"title" yaml:"title"` }
type UserSchemaPropertyArrayOneOfList ¶
type UserSchemaPropertyArrayOneOfList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) UserSchemaPropertyArrayOneOfOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyArrayOneOfList ¶
func NewUserSchemaPropertyArrayOneOfList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) UserSchemaPropertyArrayOneOfList
type UserSchemaPropertyArrayOneOfOutputReference ¶
type UserSchemaPropertyArrayOneOfOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Const() *string SetConst(val *string) ConstInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Title() *string SetTitle(val *string) TitleInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyArrayOneOfOutputReference ¶
func NewUserSchemaPropertyArrayOneOfOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) UserSchemaPropertyArrayOneOfOutputReference
type UserSchemaPropertyConfig ¶
type UserSchemaPropertyConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Subschema unique string identifier. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#index UserSchemaProperty#index} Index *string `field:"required" json:"index" yaml:"index"` // Subschema title (display name). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#title UserSchemaProperty#title} Title *string `field:"required" json:"title" yaml:"title"` // Subschema type: string, boolean, number, integer, array, or object. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#type UserSchemaProperty#type} Type *string `field:"required" json:"type" yaml:"type"` // Custom Subschema enumerated value of a property of type array. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#array_enum UserSchemaProperty#array_enum} ArrayEnum *[]*string `field:"optional" json:"arrayEnum" yaml:"arrayEnum"` // array_one_of block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#array_one_of UserSchemaProperty#array_one_of} ArrayOneOf interface{} `field:"optional" json:"arrayOneOf" yaml:"arrayOneOf"` // Subschema array type: string, number, integer, reference. Type field must be an array. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#array_type UserSchemaProperty#array_type} ArrayType *string `field:"optional" json:"arrayType" yaml:"arrayType"` // Custom Subschema description. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#description UserSchemaProperty#description} Description *string `field:"optional" json:"description" yaml:"description"` // Custom Subschema enumerated value of the property. see: developer.okta.com/docs/api/resources/schemas#user-profile-schema-property-object. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#enum UserSchemaProperty#enum} Enum *[]*string `field:"optional" json:"enum" yaml:"enum"` // Subschema external name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#external_name UserSchemaProperty#external_name} ExternalName *string `field:"optional" json:"externalName" yaml:"externalName"` // Subschema external namespace. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#external_namespace UserSchemaProperty#external_namespace} ExternalNamespace *string `field:"optional" json:"externalNamespace" yaml:"externalNamespace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#id UserSchemaProperty#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // SubSchema profile manager, if not set it will inherit its setting. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#master UserSchemaProperty#master} Master *string `field:"optional" json:"master" yaml:"master"` // master_override_priority block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#master_override_priority UserSchemaProperty#master_override_priority} MasterOverridePriority interface{} `field:"optional" json:"masterOverridePriority" yaml:"masterOverridePriority"` // Subschema of type string maximum length. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#max_length UserSchemaProperty#max_length} MaxLength *float64 `field:"optional" json:"maxLength" yaml:"maxLength"` // Subschema of type string minimum length. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#min_length UserSchemaProperty#min_length} MinLength *float64 `field:"optional" json:"minLength" yaml:"minLength"` // one_of block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#one_of UserSchemaProperty#one_of} OneOf interface{} `field:"optional" json:"oneOf" yaml:"oneOf"` // The validation pattern to use for the subschema. Must be in form of '.+', or '[<pattern>]+' if present.'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#pattern UserSchemaProperty#pattern} Pattern *string `field:"optional" json:"pattern" yaml:"pattern"` // SubSchema permissions: HIDE, READ_ONLY, or READ_WRITE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#permissions UserSchemaProperty#permissions} Permissions *string `field:"optional" json:"permissions" yaml:"permissions"` // Whether the subschema is required. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#required UserSchemaProperty#required} Required interface{} `field:"optional" json:"required" yaml:"required"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#scope UserSchemaProperty#scope}. Scope *string `field:"optional" json:"scope" yaml:"scope"` // Subschema unique restriction. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#unique UserSchemaProperty#unique} Unique *string `field:"optional" json:"unique" yaml:"unique"` // Custom subschema user type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#user_type UserSchemaProperty#user_type} UserType *string `field:"optional" json:"userType" yaml:"userType"` }
type UserSchemaPropertyMasterOverridePriority ¶
type UserSchemaPropertyMasterOverridePriority struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#value UserSchemaProperty#value}. Value *string `field:"required" json:"value" yaml:"value"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#type UserSchemaProperty#type}. Type *string `field:"optional" json:"type" yaml:"type"` }
type UserSchemaPropertyMasterOverridePriorityList ¶
type UserSchemaPropertyMasterOverridePriorityList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) UserSchemaPropertyMasterOverridePriorityOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyMasterOverridePriorityList ¶
func NewUserSchemaPropertyMasterOverridePriorityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) UserSchemaPropertyMasterOverridePriorityList
type UserSchemaPropertyMasterOverridePriorityOutputReference ¶
type UserSchemaPropertyMasterOverridePriorityOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string Value() *string SetValue(val *string) ValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyMasterOverridePriorityOutputReference ¶
func NewUserSchemaPropertyMasterOverridePriorityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) UserSchemaPropertyMasterOverridePriorityOutputReference
type UserSchemaPropertyOneOf ¶
type UserSchemaPropertyOneOf struct { // Enum value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#const UserSchemaProperty#const} Const *string `field:"required" json:"const" yaml:"const"` // Enum title. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/user_schema_property#title UserSchemaProperty#title} Title *string `field:"required" json:"title" yaml:"title"` }
type UserSchemaPropertyOneOfList ¶
type UserSchemaPropertyOneOfList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) UserSchemaPropertyOneOfOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyOneOfList ¶
func NewUserSchemaPropertyOneOfList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) UserSchemaPropertyOneOfList
type UserSchemaPropertyOneOfOutputReference ¶
type UserSchemaPropertyOneOfOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Const() *string SetConst(val *string) ConstInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Title() *string SetTitle(val *string) TitleInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewUserSchemaPropertyOneOfOutputReference ¶
func NewUserSchemaPropertyOneOfOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) UserSchemaPropertyOneOfOutputReference
Source Files
¶
- UserSchemaProperty.go
- UserSchemaPropertyArrayOneOf.go
- UserSchemaPropertyArrayOneOfList.go
- UserSchemaPropertyArrayOneOfList__checks.go
- UserSchemaPropertyArrayOneOfOutputReference.go
- UserSchemaPropertyArrayOneOfOutputReference__checks.go
- UserSchemaPropertyConfig.go
- UserSchemaPropertyMasterOverridePriority.go
- UserSchemaPropertyMasterOverridePriorityList.go
- UserSchemaPropertyMasterOverridePriorityList__checks.go
- UserSchemaPropertyMasterOverridePriorityOutputReference.go
- UserSchemaPropertyMasterOverridePriorityOutputReference__checks.go
- UserSchemaPropertyOneOf.go
- UserSchemaPropertyOneOfList.go
- UserSchemaPropertyOneOfList__checks.go
- UserSchemaPropertyOneOfOutputReference.go
- UserSchemaPropertyOneOfOutputReference__checks.go
- UserSchemaProperty__checks.go
- main.go