Documentation
¶
Index ¶
- func NewPolicyRuleProfileEnrollmentProfileAttributesList_Override(p PolicyRuleProfileEnrollmentProfileAttributesList, ...)
- func NewPolicyRuleProfileEnrollmentProfileAttributesOutputReference_Override(p PolicyRuleProfileEnrollmentProfileAttributesOutputReference, ...)
- func NewPolicyRuleProfileEnrollment_Override(p PolicyRuleProfileEnrollment, scope constructs.Construct, id *string, ...)
- func PolicyRuleProfileEnrollment_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func PolicyRuleProfileEnrollment_IsConstruct(x interface{}) *bool
- func PolicyRuleProfileEnrollment_IsTerraformElement(x interface{}) *bool
- func PolicyRuleProfileEnrollment_IsTerraformResource(x interface{}) *bool
- func PolicyRuleProfileEnrollment_TfResourceType() *string
- type PolicyRuleProfileEnrollment
- type PolicyRuleProfileEnrollmentConfig
- type PolicyRuleProfileEnrollmentProfileAttributes
- type PolicyRuleProfileEnrollmentProfileAttributesList
- type PolicyRuleProfileEnrollmentProfileAttributesOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPolicyRuleProfileEnrollmentProfileAttributesList_Override ¶
func NewPolicyRuleProfileEnrollmentProfileAttributesList_Override(p PolicyRuleProfileEnrollmentProfileAttributesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewPolicyRuleProfileEnrollmentProfileAttributesOutputReference_Override ¶
func NewPolicyRuleProfileEnrollmentProfileAttributesOutputReference_Override(p PolicyRuleProfileEnrollmentProfileAttributesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewPolicyRuleProfileEnrollment_Override ¶
func NewPolicyRuleProfileEnrollment_Override(p PolicyRuleProfileEnrollment, scope constructs.Construct, id *string, config *PolicyRuleProfileEnrollmentConfig)
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment okta_policy_rule_profile_enrollment} Resource.
func PolicyRuleProfileEnrollment_GenerateConfigForImport ¶
func PolicyRuleProfileEnrollment_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a PolicyRuleProfileEnrollment resource upon running "cdktf plan <stack-name>".
func PolicyRuleProfileEnrollment_IsConstruct ¶
func PolicyRuleProfileEnrollment_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 PolicyRuleProfileEnrollment_IsTerraformElement ¶
func PolicyRuleProfileEnrollment_IsTerraformElement(x interface{}) *bool
Experimental.
func PolicyRuleProfileEnrollment_IsTerraformResource ¶
func PolicyRuleProfileEnrollment_IsTerraformResource(x interface{}) *bool
Experimental.
func PolicyRuleProfileEnrollment_TfResourceType ¶
func PolicyRuleProfileEnrollment_TfResourceType() *string
Types ¶
type PolicyRuleProfileEnrollment ¶
type PolicyRuleProfileEnrollment interface { cdktf.TerraformResource Access() *string SetAccess(val *string) AccessInput() *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) EmailVerification() interface{} SetEmailVerification(val interface{}) EmailVerificationInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InlineHookId() *string SetInlineHookId(val *string) InlineHookIdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string // The tree node. Node() constructs.Node PolicyId() *string SetPolicyId(val *string) PolicyIdInput() *string ProfileAttributes() PolicyRuleProfileEnrollmentProfileAttributesList ProfileAttributesInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Status() *string TargetGroupId() *string SetTargetGroupId(val *string) TargetGroupIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UiSchemaId() *string SetUiSchemaId(val *string) UiSchemaIdInput() *string UnknownUserAction() *string SetUnknownUserAction(val *string) UnknownUserActionInput() *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) PutProfileAttributes(value interface{}) ResetAccess() ResetEmailVerification() ResetId() ResetInlineHookId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProfileAttributes() ResetTargetGroupId() ResetUiSchemaId() 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/policy_rule_profile_enrollment okta_policy_rule_profile_enrollment}.
func NewPolicyRuleProfileEnrollment ¶
func NewPolicyRuleProfileEnrollment(scope constructs.Construct, id *string, config *PolicyRuleProfileEnrollmentConfig) PolicyRuleProfileEnrollment
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment okta_policy_rule_profile_enrollment} Resource.
type PolicyRuleProfileEnrollmentConfig ¶
type PolicyRuleProfileEnrollmentConfig 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"` // ID of the policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#policy_id PolicyRuleProfileEnrollment#policy_id} PolicyId *string `field:"required" json:"policyId" yaml:"policyId"` // Which action should be taken if this User is new. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#unknown_user_action PolicyRuleProfileEnrollment#unknown_user_action} UnknownUserAction *string `field:"required" json:"unknownUserAction" yaml:"unknownUserAction"` // Allow or deny access based on the rule conditions: ALLOW or DENY. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#access PolicyRuleProfileEnrollment#access} Access *string `field:"optional" json:"access" yaml:"access"` // Indicates whether email verification should occur before access is granted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#email_verification PolicyRuleProfileEnrollment#email_verification} EmailVerification interface{} `field:"optional" json:"emailVerification" yaml:"emailVerification"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#id PolicyRuleProfileEnrollment#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"` // ID of a Registration Inline Hook. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#inline_hook_id PolicyRuleProfileEnrollment#inline_hook_id} InlineHookId *string `field:"optional" json:"inlineHookId" yaml:"inlineHookId"` // profile_attributes block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#profile_attributes PolicyRuleProfileEnrollment#profile_attributes} ProfileAttributes interface{} `field:"optional" json:"profileAttributes" yaml:"profileAttributes"` // The ID of a Group that this User should be added to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#target_group_id PolicyRuleProfileEnrollment#target_group_id} TargetGroupId *string `field:"optional" json:"targetGroupId" yaml:"targetGroupId"` // Value created by the backend. If present all policy updates must include this attribute/value. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#ui_schema_id PolicyRuleProfileEnrollment#ui_schema_id} UiSchemaId *string `field:"optional" json:"uiSchemaId" yaml:"uiSchemaId"` }
type PolicyRuleProfileEnrollmentProfileAttributes ¶
type PolicyRuleProfileEnrollmentProfileAttributes struct { // A display-friendly label for this property. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#label PolicyRuleProfileEnrollment#label} Label *string `field:"required" json:"label" yaml:"label"` // The name of a User Profile property. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#name PolicyRuleProfileEnrollment#name} Name *string `field:"required" json:"name" yaml:"name"` // Indicates if this property is required for enrollment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.5.0/docs/resources/policy_rule_profile_enrollment#required PolicyRuleProfileEnrollment#required} Required interface{} `field:"optional" json:"required" yaml:"required"` }
type PolicyRuleProfileEnrollmentProfileAttributesList ¶
type PolicyRuleProfileEnrollmentProfileAttributesList 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) PolicyRuleProfileEnrollmentProfileAttributesOutputReference // 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 NewPolicyRuleProfileEnrollmentProfileAttributesList ¶
func NewPolicyRuleProfileEnrollmentProfileAttributesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) PolicyRuleProfileEnrollmentProfileAttributesList
type PolicyRuleProfileEnrollmentProfileAttributesOutputReference ¶
type PolicyRuleProfileEnrollmentProfileAttributesOutputReference 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{}) Label() *string SetLabel(val *string) LabelInput() *string Name() *string SetName(val *string) NameInput() *string Required() interface{} SetRequired(val interface{}) RequiredInput() interface{} // 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 ResetRequired() // 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 NewPolicyRuleProfileEnrollmentProfileAttributesOutputReference ¶
func NewPolicyRuleProfileEnrollmentProfileAttributesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) PolicyRuleProfileEnrollmentProfileAttributesOutputReference
Source Files
¶
- PolicyRuleProfileEnrollment.go
- PolicyRuleProfileEnrollmentConfig.go
- PolicyRuleProfileEnrollmentProfileAttributes.go
- PolicyRuleProfileEnrollmentProfileAttributesList.go
- PolicyRuleProfileEnrollmentProfileAttributesList__checks.go
- PolicyRuleProfileEnrollmentProfileAttributesOutputReference.go
- PolicyRuleProfileEnrollmentProfileAttributesOutputReference__checks.go
- PolicyRuleProfileEnrollment__checks.go
- main.go