Documentation
¶
Index ¶
- func GroupSchemaProperty_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GroupSchemaProperty_IsConstruct(x interface{}) *bool
- func GroupSchemaProperty_IsTerraformElement(x interface{}) *bool
- func GroupSchemaProperty_IsTerraformResource(x interface{}) *bool
- func GroupSchemaProperty_TfResourceType() *string
- func NewGroupSchemaPropertyArrayOneOfList_Override(g GroupSchemaPropertyArrayOneOfList, ...)
- func NewGroupSchemaPropertyArrayOneOfOutputReference_Override(g GroupSchemaPropertyArrayOneOfOutputReference, ...)
- func NewGroupSchemaPropertyMasterOverridePriorityList_Override(g GroupSchemaPropertyMasterOverridePriorityList, ...)
- func NewGroupSchemaPropertyMasterOverridePriorityOutputReference_Override(g GroupSchemaPropertyMasterOverridePriorityOutputReference, ...)
- func NewGroupSchemaPropertyOneOfList_Override(g GroupSchemaPropertyOneOfList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewGroupSchemaPropertyOneOfOutputReference_Override(g GroupSchemaPropertyOneOfOutputReference, ...)
- func NewGroupSchemaProperty_Override(g GroupSchemaProperty, scope constructs.Construct, id *string, ...)
- type GroupSchemaProperty
- type GroupSchemaPropertyArrayOneOf
- type GroupSchemaPropertyArrayOneOfList
- type GroupSchemaPropertyArrayOneOfOutputReference
- type GroupSchemaPropertyConfig
- type GroupSchemaPropertyMasterOverridePriority
- type GroupSchemaPropertyMasterOverridePriorityList
- type GroupSchemaPropertyMasterOverridePriorityOutputReference
- type GroupSchemaPropertyOneOf
- type GroupSchemaPropertyOneOfList
- type GroupSchemaPropertyOneOfOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupSchemaProperty_GenerateConfigForImport ¶
func GroupSchemaProperty_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GroupSchemaProperty resource upon running "cdktf plan <stack-name>".
func GroupSchemaProperty_IsConstruct ¶
func GroupSchemaProperty_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 GroupSchemaProperty_IsTerraformElement ¶
func GroupSchemaProperty_IsTerraformElement(x interface{}) *bool
Experimental.
func GroupSchemaProperty_IsTerraformResource ¶
func GroupSchemaProperty_IsTerraformResource(x interface{}) *bool
Experimental.
func GroupSchemaProperty_TfResourceType ¶
func GroupSchemaProperty_TfResourceType() *string
func NewGroupSchemaPropertyArrayOneOfList_Override ¶
func NewGroupSchemaPropertyArrayOneOfList_Override(g GroupSchemaPropertyArrayOneOfList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGroupSchemaPropertyArrayOneOfOutputReference_Override ¶
func NewGroupSchemaPropertyArrayOneOfOutputReference_Override(g GroupSchemaPropertyArrayOneOfOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGroupSchemaPropertyMasterOverridePriorityList_Override ¶
func NewGroupSchemaPropertyMasterOverridePriorityList_Override(g GroupSchemaPropertyMasterOverridePriorityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGroupSchemaPropertyMasterOverridePriorityOutputReference_Override ¶
func NewGroupSchemaPropertyMasterOverridePriorityOutputReference_Override(g GroupSchemaPropertyMasterOverridePriorityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGroupSchemaPropertyOneOfList_Override ¶
func NewGroupSchemaPropertyOneOfList_Override(g GroupSchemaPropertyOneOfList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGroupSchemaPropertyOneOfOutputReference_Override ¶
func NewGroupSchemaPropertyOneOfOutputReference_Override(g GroupSchemaPropertyOneOfOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGroupSchemaProperty_Override ¶
func NewGroupSchemaProperty_Override(g GroupSchemaProperty, scope constructs.Construct, id *string, config *GroupSchemaPropertyConfig)
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property okta_group_schema_property} Resource.
Types ¶
type GroupSchemaProperty ¶
type GroupSchemaProperty interface { cdktf.TerraformResource ArrayEnum() *[]*string SetArrayEnum(val *[]*string) ArrayEnumInput() *[]*string ArrayOneOf() GroupSchemaPropertyArrayOneOfList 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() GroupSchemaPropertyMasterOverridePriorityList MasterOverridePriorityInput() interface{} MaxLength() *float64 SetMaxLength(val *float64) MaxLengthInput() *float64 MinLength() *float64 SetMinLength(val *float64) MinLengthInput() *float64 // The tree node. Node() constructs.Node OneOf() GroupSchemaPropertyOneOfList OneOfInput() interface{} 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 // 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() ResetPermissions() ResetRequired() ResetScope() ResetUnique() 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.6.2/docs/resources/group_schema_property okta_group_schema_property}.
func NewGroupSchemaProperty ¶
func NewGroupSchemaProperty(scope constructs.Construct, id *string, config *GroupSchemaPropertyConfig) GroupSchemaProperty
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property okta_group_schema_property} Resource.
type GroupSchemaPropertyArrayOneOf ¶
type GroupSchemaPropertyArrayOneOf struct { // Enum value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#const GroupSchemaProperty#const} Const *string `field:"required" json:"const" yaml:"const"` // Enum title. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#title GroupSchemaProperty#title} Title *string `field:"required" json:"title" yaml:"title"` }
type GroupSchemaPropertyArrayOneOfList ¶
type GroupSchemaPropertyArrayOneOfList 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) GroupSchemaPropertyArrayOneOfOutputReference // 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 NewGroupSchemaPropertyArrayOneOfList ¶
func NewGroupSchemaPropertyArrayOneOfList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GroupSchemaPropertyArrayOneOfList
type GroupSchemaPropertyArrayOneOfOutputReference ¶
type GroupSchemaPropertyArrayOneOfOutputReference 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 NewGroupSchemaPropertyArrayOneOfOutputReference ¶
func NewGroupSchemaPropertyArrayOneOfOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GroupSchemaPropertyArrayOneOfOutputReference
type GroupSchemaPropertyConfig ¶
type GroupSchemaPropertyConfig 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.6.2/docs/resources/group_schema_property#index GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#title GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#type GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#array_enum GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#array_one_of GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#array_type GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#description GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#enum GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#external_name GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#external_namespace GroupSchemaProperty#external_namespace} ExternalNamespace *string `field:"optional" json:"externalNamespace" yaml:"externalNamespace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#id GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#master GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#master_override_priority GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#max_length GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#min_length GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#one_of GroupSchemaProperty#one_of} OneOf interface{} `field:"optional" json:"oneOf" yaml:"oneOf"` // SubSchema permissions: HIDE, READ_ONLY, or READ_WRITE. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#permissions GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#required GroupSchemaProperty#required} Required interface{} `field:"optional" json:"required" yaml:"required"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#scope GroupSchemaProperty#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.6.2/docs/resources/group_schema_property#unique GroupSchemaProperty#unique} Unique *string `field:"optional" json:"unique" yaml:"unique"` }
type GroupSchemaPropertyMasterOverridePriority ¶
type GroupSchemaPropertyMasterOverridePriority struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#value GroupSchemaProperty#value}. Value *string `field:"required" json:"value" yaml:"value"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#type GroupSchemaProperty#type}. Type *string `field:"optional" json:"type" yaml:"type"` }
type GroupSchemaPropertyMasterOverridePriorityList ¶
type GroupSchemaPropertyMasterOverridePriorityList 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) GroupSchemaPropertyMasterOverridePriorityOutputReference // 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 NewGroupSchemaPropertyMasterOverridePriorityList ¶
func NewGroupSchemaPropertyMasterOverridePriorityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GroupSchemaPropertyMasterOverridePriorityList
type GroupSchemaPropertyMasterOverridePriorityOutputReference ¶
type GroupSchemaPropertyMasterOverridePriorityOutputReference 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 NewGroupSchemaPropertyMasterOverridePriorityOutputReference ¶
func NewGroupSchemaPropertyMasterOverridePriorityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GroupSchemaPropertyMasterOverridePriorityOutputReference
type GroupSchemaPropertyOneOf ¶
type GroupSchemaPropertyOneOf struct { // Enum value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#const GroupSchemaProperty#const} Const *string `field:"required" json:"const" yaml:"const"` // Enum title. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.2/docs/resources/group_schema_property#title GroupSchemaProperty#title} Title *string `field:"required" json:"title" yaml:"title"` }
type GroupSchemaPropertyOneOfList ¶
type GroupSchemaPropertyOneOfList 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) GroupSchemaPropertyOneOfOutputReference // 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 NewGroupSchemaPropertyOneOfList ¶
func NewGroupSchemaPropertyOneOfList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GroupSchemaPropertyOneOfList
type GroupSchemaPropertyOneOfOutputReference ¶
type GroupSchemaPropertyOneOfOutputReference 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 NewGroupSchemaPropertyOneOfOutputReference ¶
func NewGroupSchemaPropertyOneOfOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GroupSchemaPropertyOneOfOutputReference
Source Files
¶
- GroupSchemaProperty.go
- GroupSchemaPropertyArrayOneOf.go
- GroupSchemaPropertyArrayOneOfList.go
- GroupSchemaPropertyArrayOneOfList__checks.go
- GroupSchemaPropertyArrayOneOfOutputReference.go
- GroupSchemaPropertyArrayOneOfOutputReference__checks.go
- GroupSchemaPropertyConfig.go
- GroupSchemaPropertyMasterOverridePriority.go
- GroupSchemaPropertyMasterOverridePriorityList.go
- GroupSchemaPropertyMasterOverridePriorityList__checks.go
- GroupSchemaPropertyMasterOverridePriorityOutputReference.go
- GroupSchemaPropertyMasterOverridePriorityOutputReference__checks.go
- GroupSchemaPropertyOneOf.go
- GroupSchemaPropertyOneOfList.go
- GroupSchemaPropertyOneOfList__checks.go
- GroupSchemaPropertyOneOfOutputReference.go
- GroupSchemaPropertyOneOfOutputReference__checks.go
- GroupSchemaProperty__checks.go
- main.go