Documentation ¶
Index ¶
- func NewZeroTrustDevicePostureRuleInputList_Override(z ZeroTrustDevicePostureRuleInputList, ...)
- func NewZeroTrustDevicePostureRuleInputLocationsList_Override(z ZeroTrustDevicePostureRuleInputLocationsList, ...)
- func NewZeroTrustDevicePostureRuleInputLocationsOutputReference_Override(z ZeroTrustDevicePostureRuleInputLocationsOutputReference, ...)
- func NewZeroTrustDevicePostureRuleInputOutputReference_Override(z ZeroTrustDevicePostureRuleInputOutputReference, ...)
- func NewZeroTrustDevicePostureRuleMatchList_Override(z ZeroTrustDevicePostureRuleMatchList, ...)
- func NewZeroTrustDevicePostureRuleMatchOutputReference_Override(z ZeroTrustDevicePostureRuleMatchOutputReference, ...)
- func NewZeroTrustDevicePostureRule_Override(z ZeroTrustDevicePostureRule, scope constructs.Construct, id *string, ...)
- func ZeroTrustDevicePostureRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ZeroTrustDevicePostureRule_IsConstruct(x interface{}) *bool
- func ZeroTrustDevicePostureRule_IsTerraformElement(x interface{}) *bool
- func ZeroTrustDevicePostureRule_IsTerraformResource(x interface{}) *bool
- func ZeroTrustDevicePostureRule_TfResourceType() *string
- type ZeroTrustDevicePostureRule
- type ZeroTrustDevicePostureRuleConfig
- type ZeroTrustDevicePostureRuleInput
- type ZeroTrustDevicePostureRuleInputList
- type ZeroTrustDevicePostureRuleInputLocations
- type ZeroTrustDevicePostureRuleInputLocationsList
- type ZeroTrustDevicePostureRuleInputLocationsOutputReference
- type ZeroTrustDevicePostureRuleInputOutputReference
- type ZeroTrustDevicePostureRuleMatch
- type ZeroTrustDevicePostureRuleMatchList
- type ZeroTrustDevicePostureRuleMatchOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZeroTrustDevicePostureRuleInputList_Override ¶
func NewZeroTrustDevicePostureRuleInputList_Override(z ZeroTrustDevicePostureRuleInputList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewZeroTrustDevicePostureRuleInputLocationsList_Override ¶
func NewZeroTrustDevicePostureRuleInputLocationsList_Override(z ZeroTrustDevicePostureRuleInputLocationsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewZeroTrustDevicePostureRuleInputLocationsOutputReference_Override ¶
func NewZeroTrustDevicePostureRuleInputLocationsOutputReference_Override(z ZeroTrustDevicePostureRuleInputLocationsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewZeroTrustDevicePostureRuleInputOutputReference_Override ¶
func NewZeroTrustDevicePostureRuleInputOutputReference_Override(z ZeroTrustDevicePostureRuleInputOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewZeroTrustDevicePostureRuleMatchList_Override ¶
func NewZeroTrustDevicePostureRuleMatchList_Override(z ZeroTrustDevicePostureRuleMatchList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewZeroTrustDevicePostureRuleMatchOutputReference_Override ¶
func NewZeroTrustDevicePostureRuleMatchOutputReference_Override(z ZeroTrustDevicePostureRuleMatchOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewZeroTrustDevicePostureRule_Override ¶
func NewZeroTrustDevicePostureRule_Override(z ZeroTrustDevicePostureRule, scope constructs.Construct, id *string, config *ZeroTrustDevicePostureRuleConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule cloudflare_zero_trust_device_posture_rule} Resource.
func ZeroTrustDevicePostureRule_GenerateConfigForImport ¶
func ZeroTrustDevicePostureRule_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ZeroTrustDevicePostureRule resource upon running "cdktf plan <stack-name>".
func ZeroTrustDevicePostureRule_IsConstruct ¶
func ZeroTrustDevicePostureRule_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 ZeroTrustDevicePostureRule_IsTerraformElement ¶
func ZeroTrustDevicePostureRule_IsTerraformElement(x interface{}) *bool
Experimental.
func ZeroTrustDevicePostureRule_IsTerraformResource ¶
func ZeroTrustDevicePostureRule_IsTerraformResource(x interface{}) *bool
Experimental.
func ZeroTrustDevicePostureRule_TfResourceType ¶
func ZeroTrustDevicePostureRule_TfResourceType() *string
Types ¶
type ZeroTrustDevicePostureRule ¶
type ZeroTrustDevicePostureRule interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *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 Expiration() *string SetExpiration(val *string) ExpirationInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Input() ZeroTrustDevicePostureRuleInputList InputInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Match() ZeroTrustDevicePostureRuleMatchList MatchInput() interface{} 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{}) // Experimental. RawOverrides() interface{} Schedule() *string SetSchedule(val *string) ScheduleInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Type() *string SetType(val *string) TypeInput() *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. 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) PutInput(value interface{}) PutMatch(value interface{}) ResetDescription() ResetExpiration() ResetId() ResetInput() ResetMatch() ResetName() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSchedule() 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/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule cloudflare_zero_trust_device_posture_rule}.
func NewZeroTrustDevicePostureRule ¶
func NewZeroTrustDevicePostureRule(scope constructs.Construct, id *string, config *ZeroTrustDevicePostureRuleConfig) ZeroTrustDevicePostureRule
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule cloudflare_zero_trust_device_posture_rule} Resource.
type ZeroTrustDevicePostureRuleConfig ¶
type ZeroTrustDevicePostureRuleConfig 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"` // The account identifier to target for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#account_id ZeroTrustDevicePostureRule#account_id} AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // The device posture rule type. // // Available values: `serial_number`, `file`, `application`, `gateway`, `warp`, `domain_joined`, `os_version`, `disk_encryption`, `firewall`, `client_certificate`, `client_certificate_v2`, `workspace_one`, `unique_client_id`, `crowdstrike_s2s`, `sentinelone`, `kolide`, `tanium_s2s`, `intune`, `sentinelone_s2s`, `custom_s2s`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#type ZeroTrustDevicePostureRule#type} Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#description ZeroTrustDevicePostureRule#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Expire posture results after the specified amount of time. // // Must be in the format `1h` or `30m`. Valid units are `h` and `m`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#expiration ZeroTrustDevicePostureRule#expiration} Expiration *string `field:"optional" json:"expiration" yaml:"expiration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#id ZeroTrustDevicePostureRule#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"` // input block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#input ZeroTrustDevicePostureRule#input} Input interface{} `field:"optional" json:"input" yaml:"input"` // match block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#match ZeroTrustDevicePostureRule#match} Match interface{} `field:"optional" json:"match" yaml:"match"` // Name of the device posture rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#name ZeroTrustDevicePostureRule#name} Name *string `field:"optional" json:"name" yaml:"name"` // Tells the client when to run the device posture check. // // Must be in the format `1h` or `30m`. Valid units are `h` and `m`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#schedule ZeroTrustDevicePostureRule#schedule} Schedule *string `field:"optional" json:"schedule" yaml:"schedule"` }
type ZeroTrustDevicePostureRuleInput ¶
type ZeroTrustDevicePostureRuleInput struct { // The number of active threats from SentinelOne. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#active_threats ZeroTrustDevicePostureRule#active_threats} ActiveThreats *float64 `field:"optional" json:"activeThreats" yaml:"activeThreats"` // The UUID of a Cloudflare managed certificate. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#certificate_id ZeroTrustDevicePostureRule#certificate_id} CertificateId *string `field:"optional" json:"certificateId" yaml:"certificateId"` // Specific volume(s) to check for encryption. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#check_disks ZeroTrustDevicePostureRule#check_disks} CheckDisks *[]*string `field:"optional" json:"checkDisks" yaml:"checkDisks"` // Confirm the certificate was not imported from another device. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#check_private_key ZeroTrustDevicePostureRule#check_private_key} CheckPrivateKey interface{} `field:"optional" json:"checkPrivateKey" yaml:"checkPrivateKey"` // The common name for a certificate. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#cn ZeroTrustDevicePostureRule#cn} Cn *string `field:"optional" json:"cn" yaml:"cn"` // The workspace one or intune device compliance status. // // `compliant` and `noncompliant` are values supported by both providers. `unknown`, `conflict`, `error`, `ingraceperiod` values are only supported by intune. Available values: `compliant`, `noncompliant`, `unknown`, `conflict`, `error`, `ingraceperiod`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#compliance_status ZeroTrustDevicePostureRule#compliance_status} ComplianceStatus *string `field:"optional" json:"complianceStatus" yaml:"complianceStatus"` // The workspace one or intune connection id. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#connection_id ZeroTrustDevicePostureRule#connection_id} ConnectionId *string `field:"optional" json:"connectionId" yaml:"connectionId"` // The count comparison operator for kolide. Available values: `>`, `>=`, `<`, `<=`, `==`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#count_operator ZeroTrustDevicePostureRule#count_operator} CountOperator *string `field:"optional" json:"countOperator" yaml:"countOperator"` // The domain that the client must join. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#domain ZeroTrustDevicePostureRule#domain} Domain *string `field:"optional" json:"domain" yaml:"domain"` // The time a device last seen in Tanium. // // Must be in the format `1h` or `30m`. Valid units are `d`, `h` and `m`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#eid_last_seen ZeroTrustDevicePostureRule#eid_last_seen} EidLastSeen *string `field:"optional" json:"eidLastSeen" yaml:"eidLastSeen"` // True if the firewall must be enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#enabled ZeroTrustDevicePostureRule#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Checks if the file should exist. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#exists ZeroTrustDevicePostureRule#exists} Exists interface{} `field:"optional" json:"exists" yaml:"exists"` // List of values indicating purposes for which the certificate public key can be used. Available values: `clientAuth`, `emailProtection`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#extended_key_usage ZeroTrustDevicePostureRule#extended_key_usage} ExtendedKeyUsage *[]*string `field:"optional" json:"extendedKeyUsage" yaml:"extendedKeyUsage"` // The Teams List id. Required for `serial_number` and `unique_client_id` rule types. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#id ZeroTrustDevicePostureRule#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"` // True if SentinelOne device is infected. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#infected ZeroTrustDevicePostureRule#infected} Infected interface{} `field:"optional" json:"infected" yaml:"infected"` // True if SentinelOne device is active. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#is_active ZeroTrustDevicePostureRule#is_active} IsActive interface{} `field:"optional" json:"isActive" yaml:"isActive"` // The number of issues for kolide. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#issue_count ZeroTrustDevicePostureRule#issue_count} IssueCount *string `field:"optional" json:"issueCount" yaml:"issueCount"` // The duration of time that the host was last seen from Crowdstrike. // // Must be in the format `1h` or `30m`. Valid units are `d`, `h` and `m`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#last_seen ZeroTrustDevicePostureRule#last_seen} LastSeen *string `field:"optional" json:"lastSeen" yaml:"lastSeen"` // locations block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#locations ZeroTrustDevicePostureRule#locations} Locations interface{} `field:"optional" json:"locations" yaml:"locations"` // The network status from SentinelOne. Available values: `connected`, `disconnected`, `disconnecting`, `connecting`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#network_status ZeroTrustDevicePostureRule#network_status} NetworkStatus *string `field:"optional" json:"networkStatus" yaml:"networkStatus"` // The current operational state of a SentinelOne Agent. Available values: `na`, `partially_disabled`, `auto_fully_disabled`, `fully_disabled`, `auto_partially_disabled`, `disabled_error`, `db_corruption`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#operational_state ZeroTrustDevicePostureRule#operational_state} OperationalState *string `field:"optional" json:"operationalState" yaml:"operationalState"` // The version comparison operator. Available values: `>`, `>=`, `<`, `<=`, `==`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#operator ZeroTrustDevicePostureRule#operator} Operator *string `field:"optional" json:"operator" yaml:"operator"` // OS signal score from Crowdstrike. Value must be between 1 and 100. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#os ZeroTrustDevicePostureRule#os} Os *string `field:"optional" json:"os" yaml:"os"` // The operating system excluding version information. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#os_distro_name ZeroTrustDevicePostureRule#os_distro_name} OsDistroName *string `field:"optional" json:"osDistroName" yaml:"osDistroName"` // The operating system version excluding OS name information or release name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#os_distro_revision ZeroTrustDevicePostureRule#os_distro_revision} OsDistroRevision *string `field:"optional" json:"osDistroRevision" yaml:"osDistroRevision"` // Extra version value following the operating system semantic version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#os_version_extra ZeroTrustDevicePostureRule#os_version_extra} OsVersionExtra *string `field:"optional" json:"osVersionExtra" yaml:"osVersionExtra"` // Overall ZTA score from Crowdstrike. Value must be between 1 and 100. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#overall ZeroTrustDevicePostureRule#overall} Overall *string `field:"optional" json:"overall" yaml:"overall"` // The path to the file. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#path ZeroTrustDevicePostureRule#path} Path *string `field:"optional" json:"path" yaml:"path"` // True if all drives must be encrypted. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#require_all ZeroTrustDevicePostureRule#require_all} RequireAll interface{} `field:"optional" json:"requireAll" yaml:"requireAll"` // The risk level from Tanium. Available values: `low`, `medium`, `high`, `critical`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#risk_level ZeroTrustDevicePostureRule#risk_level} RiskLevel *string `field:"optional" json:"riskLevel" yaml:"riskLevel"` // Checks if the application should be running. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#running ZeroTrustDevicePostureRule#running} Running interface{} `field:"optional" json:"running" yaml:"running"` // A value between 0-100 assigned to devices set by the 3rd party posture provider for custom device posture integrations. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#score ZeroTrustDevicePostureRule#score} Score *float64 `field:"optional" json:"score" yaml:"score"` // Sensor signal score from Crowdstrike. Value must be between 1 and 100. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#sensor_config ZeroTrustDevicePostureRule#sensor_config} SensorConfig *string `field:"optional" json:"sensorConfig" yaml:"sensorConfig"` // The sha256 hash of the file. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#sha256 ZeroTrustDevicePostureRule#sha256} Sha256 *string `field:"optional" json:"sha256" yaml:"sha256"` // The host’s current online status from Crowdstrike. Available values: `online`, `offline`, `unknown`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#state ZeroTrustDevicePostureRule#state} State *string `field:"optional" json:"state" yaml:"state"` // The thumbprint of the file certificate. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#thumbprint ZeroTrustDevicePostureRule#thumbprint} Thumbprint *string `field:"optional" json:"thumbprint" yaml:"thumbprint"` // The total score from Tanium. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#total_score ZeroTrustDevicePostureRule#total_score} TotalScore *float64 `field:"optional" json:"totalScore" yaml:"totalScore"` // The operating system semantic version. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#version ZeroTrustDevicePostureRule#version} Version *string `field:"optional" json:"version" yaml:"version"` // The version comparison operator for Crowdstrike. Available values: `>`, `>=`, `<`, `<=`, `==`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#version_operator ZeroTrustDevicePostureRule#version_operator} VersionOperator *string `field:"optional" json:"versionOperator" yaml:"versionOperator"` }
type ZeroTrustDevicePostureRuleInputList ¶
type ZeroTrustDevicePostureRuleInputList 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) // 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) ZeroTrustDevicePostureRuleInputOutputReference // 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 NewZeroTrustDevicePostureRuleInputList ¶
func NewZeroTrustDevicePostureRuleInputList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ZeroTrustDevicePostureRuleInputList
type ZeroTrustDevicePostureRuleInputLocations ¶
type ZeroTrustDevicePostureRuleInputLocations struct { // List of paths to check for client certificate rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#paths ZeroTrustDevicePostureRule#paths} Paths *[]*string `field:"optional" json:"paths" yaml:"paths"` // List of trust stores to check for client certificate rule. Available values: `system`, `user`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#trust_stores ZeroTrustDevicePostureRule#trust_stores} TrustStores *[]*string `field:"optional" json:"trustStores" yaml:"trustStores"` }
type ZeroTrustDevicePostureRuleInputLocationsList ¶
type ZeroTrustDevicePostureRuleInputLocationsList 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) // 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) ZeroTrustDevicePostureRuleInputLocationsOutputReference // 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 NewZeroTrustDevicePostureRuleInputLocationsList ¶
func NewZeroTrustDevicePostureRuleInputLocationsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ZeroTrustDevicePostureRuleInputLocationsList
type ZeroTrustDevicePostureRuleInputLocationsOutputReference ¶
type ZeroTrustDevicePostureRuleInputLocationsOutputReference 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{}) Paths() *[]*string SetPaths(val *[]*string) PathsInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TrustStores() *[]*string SetTrustStores(val *[]*string) TrustStoresInput() *[]*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 ResetPaths() ResetTrustStores() // 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 NewZeroTrustDevicePostureRuleInputLocationsOutputReference ¶
func NewZeroTrustDevicePostureRuleInputLocationsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ZeroTrustDevicePostureRuleInputLocationsOutputReference
type ZeroTrustDevicePostureRuleInputOutputReference ¶
type ZeroTrustDevicePostureRuleInputOutputReference interface { cdktf.ComplexObject ActiveThreats() *float64 SetActiveThreats(val *float64) ActiveThreatsInput() *float64 CertificateId() *string SetCertificateId(val *string) CertificateIdInput() *string CheckDisks() *[]*string SetCheckDisks(val *[]*string) CheckDisksInput() *[]*string CheckPrivateKey() interface{} SetCheckPrivateKey(val interface{}) CheckPrivateKeyInput() interface{} Cn() *string SetCn(val *string) CnInput() *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) ComplianceStatus() *string SetComplianceStatus(val *string) ComplianceStatusInput() *string ConnectionId() *string SetConnectionId(val *string) ConnectionIdInput() *string CountOperator() *string SetCountOperator(val *string) CountOperatorInput() *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 Domain() *string SetDomain(val *string) DomainInput() *string EidLastSeen() *string SetEidLastSeen(val *string) EidLastSeenInput() *string Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} Exists() interface{} SetExists(val interface{}) ExistsInput() interface{} ExtendedKeyUsage() *[]*string SetExtendedKeyUsage(val *[]*string) ExtendedKeyUsageInput() *[]*string // Experimental. Fqn() *string Id() *string SetId(val *string) IdInput() *string Infected() interface{} SetInfected(val interface{}) InfectedInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) IsActive() interface{} SetIsActive(val interface{}) IsActiveInput() interface{} IssueCount() *string SetIssueCount(val *string) IssueCountInput() *string LastSeen() *string SetLastSeen(val *string) LastSeenInput() *string Locations() ZeroTrustDevicePostureRuleInputLocationsList LocationsInput() interface{} NetworkStatus() *string SetNetworkStatus(val *string) NetworkStatusInput() *string OperationalState() *string SetOperationalState(val *string) OperationalStateInput() *string Operator() *string SetOperator(val *string) OperatorInput() *string Os() *string SetOs(val *string) OsDistroName() *string SetOsDistroName(val *string) OsDistroNameInput() *string OsDistroRevision() *string SetOsDistroRevision(val *string) OsDistroRevisionInput() *string OsInput() *string OsVersionExtra() *string SetOsVersionExtra(val *string) OsVersionExtraInput() *string Overall() *string SetOverall(val *string) OverallInput() *string Path() *string SetPath(val *string) PathInput() *string RequireAll() interface{} SetRequireAll(val interface{}) RequireAllInput() interface{} RiskLevel() *string SetRiskLevel(val *string) RiskLevelInput() *string Running() interface{} SetRunning(val interface{}) RunningInput() interface{} Score() *float64 SetScore(val *float64) ScoreInput() *float64 SensorConfig() *string SetSensorConfig(val *string) SensorConfigInput() *string Sha256() *string SetSha256(val *string) Sha256Input() *string State() *string SetState(val *string) StateInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Thumbprint() *string SetThumbprint(val *string) ThumbprintInput() *string TotalScore() *float64 SetTotalScore(val *float64) TotalScoreInput() *float64 Version() *string SetVersion(val *string) VersionInput() *string VersionOperator() *string SetVersionOperator(val *string) VersionOperatorInput() *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 PutLocations(value interface{}) ResetActiveThreats() ResetCertificateId() ResetCheckDisks() ResetCheckPrivateKey() ResetCn() ResetComplianceStatus() ResetConnectionId() ResetCountOperator() ResetDomain() ResetEidLastSeen() ResetEnabled() ResetExists() ResetExtendedKeyUsage() ResetId() ResetInfected() ResetIsActive() ResetIssueCount() ResetLastSeen() ResetLocations() ResetNetworkStatus() ResetOperationalState() ResetOperator() ResetOs() ResetOsDistroName() ResetOsDistroRevision() ResetOsVersionExtra() ResetOverall() ResetPath() ResetRequireAll() ResetRiskLevel() ResetRunning() ResetScore() ResetSensorConfig() ResetSha256() ResetState() ResetThumbprint() ResetTotalScore() ResetVersion() ResetVersionOperator() // 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 NewZeroTrustDevicePostureRuleInputOutputReference ¶
func NewZeroTrustDevicePostureRuleInputOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ZeroTrustDevicePostureRuleInputOutputReference
type ZeroTrustDevicePostureRuleMatch ¶
type ZeroTrustDevicePostureRuleMatch struct { // The platform of the device. Available values: `windows`, `mac`, `linux`, `android`, `ios`, `chromeos`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/zero_trust_device_posture_rule#platform ZeroTrustDevicePostureRule#platform} Platform *string `field:"optional" json:"platform" yaml:"platform"` }
type ZeroTrustDevicePostureRuleMatchList ¶
type ZeroTrustDevicePostureRuleMatchList 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) // 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) ZeroTrustDevicePostureRuleMatchOutputReference // 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 NewZeroTrustDevicePostureRuleMatchList ¶
func NewZeroTrustDevicePostureRuleMatchList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ZeroTrustDevicePostureRuleMatchList
type ZeroTrustDevicePostureRuleMatchOutputReference ¶
type ZeroTrustDevicePostureRuleMatchOutputReference 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{}) Platform() *string SetPlatform(val *string) PlatformInput() *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 ResetPlatform() // 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 NewZeroTrustDevicePostureRuleMatchOutputReference ¶
func NewZeroTrustDevicePostureRuleMatchOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ZeroTrustDevicePostureRuleMatchOutputReference
Source Files ¶
- ZeroTrustDevicePostureRule.go
- ZeroTrustDevicePostureRuleConfig.go
- ZeroTrustDevicePostureRuleInput.go
- ZeroTrustDevicePostureRuleInputList.go
- ZeroTrustDevicePostureRuleInputList__checks.go
- ZeroTrustDevicePostureRuleInputLocations.go
- ZeroTrustDevicePostureRuleInputLocationsList.go
- ZeroTrustDevicePostureRuleInputLocationsList__checks.go
- ZeroTrustDevicePostureRuleInputLocationsOutputReference.go
- ZeroTrustDevicePostureRuleInputLocationsOutputReference__checks.go
- ZeroTrustDevicePostureRuleInputOutputReference.go
- ZeroTrustDevicePostureRuleInputOutputReference__checks.go
- ZeroTrustDevicePostureRuleMatch.go
- ZeroTrustDevicePostureRuleMatchList.go
- ZeroTrustDevicePostureRuleMatchList__checks.go
- ZeroTrustDevicePostureRuleMatchOutputReference.go
- ZeroTrustDevicePostureRuleMatchOutputReference__checks.go
- ZeroTrustDevicePostureRule__checks.go
- main.go