Documentation
¶
Index ¶
- func ChildOrganization_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ChildOrganization_IsConstruct(x interface{}) *bool
- func ChildOrganization_IsTerraformElement(x interface{}) *bool
- func ChildOrganization_IsTerraformResource(x interface{}) *bool
- func ChildOrganization_TfResourceType() *string
- func NewChildOrganizationApiKeyList_Override(c ChildOrganizationApiKeyList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewChildOrganizationApiKeyOutputReference_Override(c ChildOrganizationApiKeyOutputReference, ...)
- func NewChildOrganizationApplicationKeyList_Override(c ChildOrganizationApplicationKeyList, ...)
- func NewChildOrganizationApplicationKeyOutputReference_Override(c ChildOrganizationApplicationKeyOutputReference, ...)
- func NewChildOrganizationSettingsList_Override(c ChildOrganizationSettingsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewChildOrganizationSettingsOutputReference_Override(c ChildOrganizationSettingsOutputReference, ...)
- func NewChildOrganizationSettingsSamlAutocreateUsersDomainsList_Override(c ChildOrganizationSettingsSamlAutocreateUsersDomainsList, ...)
- func NewChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference_Override(c ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference, ...)
- func NewChildOrganizationSettingsSamlIdpInitiatedLoginList_Override(c ChildOrganizationSettingsSamlIdpInitiatedLoginList, ...)
- func NewChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference_Override(c ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference, ...)
- func NewChildOrganizationSettingsSamlList_Override(c ChildOrganizationSettingsSamlList, ...)
- func NewChildOrganizationSettingsSamlOutputReference_Override(c ChildOrganizationSettingsSamlOutputReference, ...)
- func NewChildOrganizationSettingsSamlStrictModeList_Override(c ChildOrganizationSettingsSamlStrictModeList, ...)
- func NewChildOrganizationSettingsSamlStrictModeOutputReference_Override(c ChildOrganizationSettingsSamlStrictModeOutputReference, ...)
- func NewChildOrganizationUserList_Override(c ChildOrganizationUserList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewChildOrganizationUserOutputReference_Override(c ChildOrganizationUserOutputReference, ...)
- func NewChildOrganization_Override(c ChildOrganization, scope constructs.Construct, id *string, ...)
- type ChildOrganization
- type ChildOrganizationApiKey
- type ChildOrganizationApiKeyList
- type ChildOrganizationApiKeyOutputReference
- type ChildOrganizationApplicationKey
- type ChildOrganizationApplicationKeyList
- type ChildOrganizationApplicationKeyOutputReference
- type ChildOrganizationConfig
- type ChildOrganizationSettings
- type ChildOrganizationSettingsList
- type ChildOrganizationSettingsOutputReference
- type ChildOrganizationSettingsSaml
- type ChildOrganizationSettingsSamlAutocreateUsersDomains
- type ChildOrganizationSettingsSamlAutocreateUsersDomainsList
- type ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference
- type ChildOrganizationSettingsSamlIdpInitiatedLogin
- type ChildOrganizationSettingsSamlIdpInitiatedLoginList
- type ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference
- type ChildOrganizationSettingsSamlList
- type ChildOrganizationSettingsSamlOutputReference
- type ChildOrganizationSettingsSamlStrictMode
- type ChildOrganizationSettingsSamlStrictModeList
- type ChildOrganizationSettingsSamlStrictModeOutputReference
- type ChildOrganizationUser
- type ChildOrganizationUserList
- type ChildOrganizationUserOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChildOrganization_GenerateConfigForImport ¶
func ChildOrganization_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ChildOrganization resource upon running "cdktf plan <stack-name>".
func ChildOrganization_IsConstruct ¶
func ChildOrganization_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 ChildOrganization_IsTerraformElement ¶
func ChildOrganization_IsTerraformElement(x interface{}) *bool
Experimental.
func ChildOrganization_IsTerraformResource ¶
func ChildOrganization_IsTerraformResource(x interface{}) *bool
Experimental.
func ChildOrganization_TfResourceType ¶
func ChildOrganization_TfResourceType() *string
func NewChildOrganizationApiKeyList_Override ¶
func NewChildOrganizationApiKeyList_Override(c ChildOrganizationApiKeyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationApiKeyOutputReference_Override ¶
func NewChildOrganizationApiKeyOutputReference_Override(c ChildOrganizationApiKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationApplicationKeyList_Override ¶
func NewChildOrganizationApplicationKeyList_Override(c ChildOrganizationApplicationKeyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationApplicationKeyOutputReference_Override ¶
func NewChildOrganizationApplicationKeyOutputReference_Override(c ChildOrganizationApplicationKeyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationSettingsList_Override ¶
func NewChildOrganizationSettingsList_Override(c ChildOrganizationSettingsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationSettingsOutputReference_Override ¶
func NewChildOrganizationSettingsOutputReference_Override(c ChildOrganizationSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsList_Override ¶
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsList_Override(c ChildOrganizationSettingsSamlAutocreateUsersDomainsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference_Override ¶
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference_Override(c ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationSettingsSamlIdpInitiatedLoginList_Override ¶
func NewChildOrganizationSettingsSamlIdpInitiatedLoginList_Override(c ChildOrganizationSettingsSamlIdpInitiatedLoginList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference_Override ¶
func NewChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference_Override(c ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationSettingsSamlList_Override ¶
func NewChildOrganizationSettingsSamlList_Override(c ChildOrganizationSettingsSamlList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationSettingsSamlOutputReference_Override ¶
func NewChildOrganizationSettingsSamlOutputReference_Override(c ChildOrganizationSettingsSamlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationSettingsSamlStrictModeList_Override ¶
func NewChildOrganizationSettingsSamlStrictModeList_Override(c ChildOrganizationSettingsSamlStrictModeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationSettingsSamlStrictModeOutputReference_Override ¶
func NewChildOrganizationSettingsSamlStrictModeOutputReference_Override(c ChildOrganizationSettingsSamlStrictModeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganizationUserList_Override ¶
func NewChildOrganizationUserList_Override(c ChildOrganizationUserList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewChildOrganizationUserOutputReference_Override ¶
func NewChildOrganizationUserOutputReference_Override(c ChildOrganizationUserOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewChildOrganization_Override ¶
func NewChildOrganization_Override(c ChildOrganization, scope constructs.Construct, id *string, config *ChildOrganizationConfig)
Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.57.0/docs/resources/child_organization datadog_child_organization} Resource.
Types ¶
type ChildOrganization ¶
type ChildOrganization interface { cdktf.TerraformResource ApiKey() ChildOrganizationApiKeyList ApplicationKey() ChildOrganizationApplicationKeyList // 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 // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicId() *string // Experimental. RawOverrides() interface{} Settings() ChildOrganizationSettingsList // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string User() ChildOrganizationUserList // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/datadog/datadog/3.57.0/docs/resources/child_organization datadog_child_organization}.
func NewChildOrganization ¶
func NewChildOrganization(scope constructs.Construct, id *string, config *ChildOrganizationConfig) ChildOrganization
Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.57.0/docs/resources/child_organization datadog_child_organization} Resource.
type ChildOrganizationApiKey ¶
type ChildOrganizationApiKey struct { }
type ChildOrganizationApiKeyList ¶
type ChildOrganizationApiKeyList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationApiKeyOutputReference // 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 NewChildOrganizationApiKeyList ¶
func NewChildOrganizationApiKeyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationApiKeyList
type ChildOrganizationApiKeyOutputReference ¶
type ChildOrganizationApiKeyOutputReference 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() *ChildOrganizationApiKey SetInternalValue(val *ChildOrganizationApiKey) Key() *string Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationApiKeyOutputReference ¶
func NewChildOrganizationApiKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationApiKeyOutputReference
type ChildOrganizationApplicationKey ¶
type ChildOrganizationApplicationKey struct { }
type ChildOrganizationApplicationKeyList ¶
type ChildOrganizationApplicationKeyList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationApplicationKeyOutputReference // 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 NewChildOrganizationApplicationKeyList ¶
func NewChildOrganizationApplicationKeyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationApplicationKeyList
type ChildOrganizationApplicationKeyOutputReference ¶
type ChildOrganizationApplicationKeyOutputReference 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 Hash() *string InternalValue() *ChildOrganizationApplicationKey SetInternalValue(val *ChildOrganizationApplicationKey) Name() *string Owner() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationApplicationKeyOutputReference ¶
func NewChildOrganizationApplicationKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationApplicationKeyOutputReference
type ChildOrganizationConfig ¶
type ChildOrganizationConfig 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"` // Name for Child Organization after creation. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.57.0/docs/resources/child_organization#name ChildOrganization#name} Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.57.0/docs/resources/child_organization#id ChildOrganization#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"` }
type ChildOrganizationSettings ¶
type ChildOrganizationSettings struct { }
type ChildOrganizationSettingsList ¶
type ChildOrganizationSettingsList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationSettingsOutputReference // 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 NewChildOrganizationSettingsList ¶
func NewChildOrganizationSettingsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationSettingsList
type ChildOrganizationSettingsOutputReference ¶
type ChildOrganizationSettingsOutputReference 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() *ChildOrganizationSettings SetInternalValue(val *ChildOrganizationSettings) Saml() ChildOrganizationSettingsSamlList SamlAutocreateAccessRole() *string SamlAutocreateUsersDomains() ChildOrganizationSettingsSamlAutocreateUsersDomainsList SamlCanBeEnabled() cdktf.IResolvable SamlIdpEndpoint() *string SamlIdpInitiatedLogin() ChildOrganizationSettingsSamlIdpInitiatedLoginList SamlIdpMetadataUploaded() cdktf.IResolvable SamlLoginUrl() *string SamlStrictMode() ChildOrganizationSettingsSamlStrictModeList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationSettingsOutputReference ¶
func NewChildOrganizationSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationSettingsOutputReference
type ChildOrganizationSettingsSaml ¶
type ChildOrganizationSettingsSaml struct { }
type ChildOrganizationSettingsSamlAutocreateUsersDomains ¶
type ChildOrganizationSettingsSamlAutocreateUsersDomains struct { }
type ChildOrganizationSettingsSamlAutocreateUsersDomainsList ¶
type ChildOrganizationSettingsSamlAutocreateUsersDomainsList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference // 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 NewChildOrganizationSettingsSamlAutocreateUsersDomainsList ¶
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationSettingsSamlAutocreateUsersDomainsList
type ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference ¶
type ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference 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 Domains() *[]*string Enabled() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *ChildOrganizationSettingsSamlAutocreateUsersDomains SetInternalValue(val *ChildOrganizationSettingsSamlAutocreateUsersDomains) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference ¶
func NewChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference
type ChildOrganizationSettingsSamlIdpInitiatedLogin ¶
type ChildOrganizationSettingsSamlIdpInitiatedLogin struct { }
type ChildOrganizationSettingsSamlIdpInitiatedLoginList ¶
type ChildOrganizationSettingsSamlIdpInitiatedLoginList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference // 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 NewChildOrganizationSettingsSamlIdpInitiatedLoginList ¶
func NewChildOrganizationSettingsSamlIdpInitiatedLoginList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationSettingsSamlIdpInitiatedLoginList
type ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference ¶
type ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference 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 Enabled() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *ChildOrganizationSettingsSamlIdpInitiatedLogin SetInternalValue(val *ChildOrganizationSettingsSamlIdpInitiatedLogin) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference ¶
func NewChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference
type ChildOrganizationSettingsSamlList ¶
type ChildOrganizationSettingsSamlList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationSettingsSamlOutputReference // 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 NewChildOrganizationSettingsSamlList ¶
func NewChildOrganizationSettingsSamlList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationSettingsSamlList
type ChildOrganizationSettingsSamlOutputReference ¶
type ChildOrganizationSettingsSamlOutputReference 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 Enabled() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *ChildOrganizationSettingsSaml SetInternalValue(val *ChildOrganizationSettingsSaml) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationSettingsSamlOutputReference ¶
func NewChildOrganizationSettingsSamlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationSettingsSamlOutputReference
type ChildOrganizationSettingsSamlStrictMode ¶
type ChildOrganizationSettingsSamlStrictMode struct { }
type ChildOrganizationSettingsSamlStrictModeList ¶
type ChildOrganizationSettingsSamlStrictModeList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationSettingsSamlStrictModeOutputReference // 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 NewChildOrganizationSettingsSamlStrictModeList ¶
func NewChildOrganizationSettingsSamlStrictModeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationSettingsSamlStrictModeList
type ChildOrganizationSettingsSamlStrictModeOutputReference ¶
type ChildOrganizationSettingsSamlStrictModeOutputReference 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 Enabled() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *ChildOrganizationSettingsSamlStrictMode SetInternalValue(val *ChildOrganizationSettingsSamlStrictMode) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationSettingsSamlStrictModeOutputReference ¶
func NewChildOrganizationSettingsSamlStrictModeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationSettingsSamlStrictModeOutputReference
type ChildOrganizationUser ¶
type ChildOrganizationUser struct { }
type ChildOrganizationUserList ¶
type ChildOrganizationUserList 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 // 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) ChildOrganizationUserOutputReference // 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 NewChildOrganizationUserList ¶
func NewChildOrganizationUserList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ChildOrganizationUserList
type ChildOrganizationUserOutputReference ¶
type ChildOrganizationUserOutputReference interface { cdktf.ComplexObject AccessRole() *string // 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 Email() *string // Experimental. Fqn() *string InternalValue() *ChildOrganizationUser SetInternalValue(val *ChildOrganizationUser) Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 NewChildOrganizationUserOutputReference ¶
func NewChildOrganizationUserOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ChildOrganizationUserOutputReference
Source Files
¶
- ChildOrganization.go
- ChildOrganizationApiKey.go
- ChildOrganizationApiKeyList.go
- ChildOrganizationApiKeyList__checks.go
- ChildOrganizationApiKeyOutputReference.go
- ChildOrganizationApiKeyOutputReference__checks.go
- ChildOrganizationApplicationKey.go
- ChildOrganizationApplicationKeyList.go
- ChildOrganizationApplicationKeyList__checks.go
- ChildOrganizationApplicationKeyOutputReference.go
- ChildOrganizationApplicationKeyOutputReference__checks.go
- ChildOrganizationConfig.go
- ChildOrganizationSettings.go
- ChildOrganizationSettingsList.go
- ChildOrganizationSettingsList__checks.go
- ChildOrganizationSettingsOutputReference.go
- ChildOrganizationSettingsOutputReference__checks.go
- ChildOrganizationSettingsSaml.go
- ChildOrganizationSettingsSamlAutocreateUsersDomains.go
- ChildOrganizationSettingsSamlAutocreateUsersDomainsList.go
- ChildOrganizationSettingsSamlAutocreateUsersDomainsList__checks.go
- ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference.go
- ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference__checks.go
- ChildOrganizationSettingsSamlIdpInitiatedLogin.go
- ChildOrganizationSettingsSamlIdpInitiatedLoginList.go
- ChildOrganizationSettingsSamlIdpInitiatedLoginList__checks.go
- ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference.go
- ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference__checks.go
- ChildOrganizationSettingsSamlList.go
- ChildOrganizationSettingsSamlList__checks.go
- ChildOrganizationSettingsSamlOutputReference.go
- ChildOrganizationSettingsSamlOutputReference__checks.go
- ChildOrganizationSettingsSamlStrictMode.go
- ChildOrganizationSettingsSamlStrictModeList.go
- ChildOrganizationSettingsSamlStrictModeList__checks.go
- ChildOrganizationSettingsSamlStrictModeOutputReference.go
- ChildOrganizationSettingsSamlStrictModeOutputReference__checks.go
- ChildOrganizationUser.go
- ChildOrganizationUserList.go
- ChildOrganizationUserList__checks.go
- ChildOrganizationUserOutputReference.go
- ChildOrganizationUserOutputReference__checks.go
- ChildOrganization__checks.go
- main.go