Represents a {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos okta_policy_device_assurance_macos}.
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;
PolicyDeviceAssuranceMacos.Builder.create(Construct scope, java.lang.String id)
// .connection(SSHProvisionerConnection)
// .connection(WinrmProvisionerConnection)
// .count(java.lang.Number)
// .count(TerraformCount)
// .dependsOn(java.util.List<ITerraformDependable>)
// .forEach(ITerraformIterator)
// .lifecycle(TerraformResourceLifecycle)
// .provider(TerraformProvider)
// .provisioners(java.util.List<FileProvisioner)
// .provisioners(LocalExecProvisioner)
// .provisioners(RemoteExecProvisioner>)
.name(java.lang.String)
// .diskEncryptionType(java.util.List<java.lang.String>)
// .osVersion(java.lang.String)
// .screenlockType(java.util.List<java.lang.String>)
// .secureHardwarePresent(java.lang.Boolean)
// .secureHardwarePresent(IResolvable)
// .thirdPartySignalProviders(java.lang.Boolean)
// .thirdPartySignalProviders(IResolvable)
// .tpspBrowserVersion(java.lang.String)
// .tpspBuiltinDnsClientEnabled(java.lang.Boolean)
// .tpspBuiltinDnsClientEnabled(IResolvable)
// .tpspChromeRemoteDesktopAppBlocked(java.lang.Boolean)
// .tpspChromeRemoteDesktopAppBlocked(IResolvable)
// .tpspDeviceEnrollmentDomain(java.lang.String)
// .tpspDiskEncrypted(java.lang.Boolean)
// .tpspDiskEncrypted(IResolvable)
// .tpspKeyTrustLevel(java.lang.String)
// .tpspOsFirewall(java.lang.Boolean)
// .tpspOsFirewall(IResolvable)
// .tpspOsVersion(java.lang.String)
// .tpspPasswordProctectionWarningTrigger(java.lang.String)
// .tpspRealtimeUrlCheckMode(java.lang.Boolean)
// .tpspRealtimeUrlCheckMode(IResolvable)
// .tpspSafeBrowsingProtectionLevel(java.lang.String)
// .tpspScreenLockSecured(java.lang.Boolean)
// .tpspScreenLockSecured(IResolvable)
// .tpspSiteIsolationEnabled(java.lang.Boolean)
// .tpspSiteIsolationEnabled(IResolvable)
.build();
Name | Type | Description |
---|---|---|
scope |
software.constructs.Construct |
The scope in which to define this construct. |
id |
java.lang.String |
The scoped construct ID. |
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<com.hashicorp.cdktf.ITerraformDependable> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
name |
java.lang.String |
Name of the device assurance policy. |
diskEncryptionType |
java.util.List<java.lang.String> |
List of disk encryption type, can be ALL_INTERNAL_VOLUMES . |
osVersion |
java.lang.String |
Minimum os version of the device in the device assurance policy. |
screenlockType |
java.util.List<java.lang.String> |
List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE . |
secureHardwarePresent |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Is the device secure with hardware in the device assurance policy. |
thirdPartySignalProviders |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Check to include third party signal provider. |
tpspBrowserVersion |
java.lang.String |
Third party signal provider minimum browser version. |
tpspBuiltinDnsClientEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider builtin dns client enable. |
tpspChromeRemoteDesktopAppBlocked |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider chrome remote desktop app blocked. |
tpspDeviceEnrollmentDomain |
java.lang.String |
Third party signal provider device enrollment domain. |
tpspDiskEncrypted |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider disk encrypted. |
tpspKeyTrustLevel |
java.lang.String |
Third party signal provider key trust level. |
tpspOsFirewall |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider os firewall. |
tpspOsVersion |
java.lang.String |
Third party signal provider minimum os version. |
tpspPasswordProctectionWarningTrigger |
java.lang.String |
Third party signal provider password protection warning trigger. |
tpspRealtimeUrlCheckMode |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider realtime url check mode. |
tpspSafeBrowsingProtectionLevel |
java.lang.String |
Third party signal provider safe browsing protection level. |
tpspScreenLockSecured |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider screen lock secure. |
tpspSiteIsolationEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider site isolation enabled. |
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
- Type: com.hashicorp.cdktf.ITerraformIterator
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
- Type: com.hashicorp.cdktf.TerraformProvider
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
- Type: java.lang.String
Name of the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#name PolicyDeviceAssuranceMacos#name}
- Type: java.util.List<java.lang.String>
List of disk encryption type, can be ALL_INTERNAL_VOLUMES
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#disk_encryption_type PolicyDeviceAssuranceMacos#disk_encryption_type}
- Type: java.lang.String
Minimum os version of the device in the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#os_version PolicyDeviceAssuranceMacos#os_version}
- Type: java.util.List<java.lang.String>
List of screenlock type, can be BIOMETRIC
or BIOMETRIC, PASSCODE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#screenlock_type PolicyDeviceAssuranceMacos#screenlock_type}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Is the device secure with hardware in the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#secure_hardware_present PolicyDeviceAssuranceMacos#secure_hardware_present}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Check to include third party signal provider.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#third_party_signal_providers PolicyDeviceAssuranceMacos#third_party_signal_providers}
- Type: java.lang.String
Third party signal provider minimum browser version.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_browser_version PolicyDeviceAssuranceMacos#tpsp_browser_version}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider builtin dns client enable.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_builtin_dns_client_enabled PolicyDeviceAssuranceMacos#tpsp_builtin_dns_client_enabled}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider chrome remote desktop app blocked.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_chrome_remote_desktop_app_blocked PolicyDeviceAssuranceMacos#tpsp_chrome_remote_desktop_app_blocked}
- Type: java.lang.String
Third party signal provider device enrollment domain.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_device_enrollment_domain PolicyDeviceAssuranceMacos#tpsp_device_enrollment_domain}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider disk encrypted.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_disk_encrypted PolicyDeviceAssuranceMacos#tpsp_disk_encrypted}
- Type: java.lang.String
Third party signal provider key trust level.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_key_trust_level PolicyDeviceAssuranceMacos#tpsp_key_trust_level}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider os firewall.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_os_firewall PolicyDeviceAssuranceMacos#tpsp_os_firewall}
- Type: java.lang.String
Third party signal provider minimum os version.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_os_version PolicyDeviceAssuranceMacos#tpsp_os_version}
- Type: java.lang.String
Third party signal provider password protection warning trigger.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_password_proctection_warning_trigger PolicyDeviceAssuranceMacos#tpsp_password_proctection_warning_trigger}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider realtime url check mode.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_realtime_url_check_mode PolicyDeviceAssuranceMacos#tpsp_realtime_url_check_mode}
- Type: java.lang.String
Third party signal provider safe browsing protection level.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_safe_browsing_protection_level PolicyDeviceAssuranceMacos#tpsp_safe_browsing_protection_level}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider screen lock secure.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_screen_lock_secured PolicyDeviceAssuranceMacos#tpsp_screen_lock_secured}
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider site isolation enabled.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_site_isolation_enabled PolicyDeviceAssuranceMacos#tpsp_site_isolation_enabled}
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
resetDiskEncryptionType |
No description. |
resetOsVersion |
No description. |
resetScreenlockType |
No description. |
resetSecureHardwarePresent |
No description. |
resetThirdPartySignalProviders |
No description. |
resetTpspBrowserVersion |
No description. |
resetTpspBuiltinDnsClientEnabled |
No description. |
resetTpspChromeRemoteDesktopAppBlocked |
No description. |
resetTpspDeviceEnrollmentDomain |
No description. |
resetTpspDiskEncrypted |
No description. |
resetTpspKeyTrustLevel |
No description. |
resetTpspOsFirewall |
No description. |
resetTpspOsVersion |
No description. |
resetTpspPasswordProctectionWarningTrigger |
No description. |
resetTpspRealtimeUrlCheckMode |
No description. |
resetTpspSafeBrowsingProtectionLevel |
No description. |
resetTpspScreenLockSecured |
No description. |
resetTpspSiteIsolationEnabled |
No description. |
public java.lang.String toString()
Returns a string representation of this construct.
public void addOverride(java.lang.String path, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
public void overrideLogicalId(java.lang.String newLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: java.lang.String
The new logical ID to use for this stack element.
public void resetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
public java.lang.Object toHclTerraform()
public java.lang.Object toMetadata()
public java.lang.Object toTerraform()
Adds this resource to the terraform JSON output.
public void addMoveTarget(java.lang.String moveTarget)
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: java.lang.String
The string move target that will correspond to this resource.
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.String> getListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
public void importFrom(java.lang.String id)
public void importFrom(java.lang.String id, TerraformProvider provider)
- Type: java.lang.String
- Type: com.hashicorp.cdktf.TerraformProvider
public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
- Type: java.lang.String
public void moveFromId(java.lang.String id)
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.
- Type: java.lang.String
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public void moveTo(java.lang.String moveTarget)
public void moveTo(java.lang.String moveTarget, java.lang.String OR java.lang.Number index)
Moves this resource to the target resource given by moveTarget.
- Type: java.lang.String
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: java.lang.String OR java.lang.Number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public void moveToId(java.lang.String id)
Moves this resource to the resource corresponding to "id".
- Type: java.lang.String
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public void resetDiskEncryptionType()
public void resetOsVersion()
public void resetScreenlockType()
public void resetSecureHardwarePresent()
public void resetThirdPartySignalProviders()
public void resetTpspBrowserVersion()
public void resetTpspBuiltinDnsClientEnabled()
public void resetTpspChromeRemoteDesktopAppBlocked()
public void resetTpspDeviceEnrollmentDomain()
public void resetTpspDiskEncrypted()
public void resetTpspKeyTrustLevel()
public void resetTpspOsFirewall()
public void resetTpspOsVersion()
public void resetTpspPasswordProctectionWarningTrigger()
public void resetTpspRealtimeUrlCheckMode()
public void resetTpspSafeBrowsingProtectionLevel()
public void resetTpspScreenLockSecured()
public void resetTpspSiteIsolationEnabled()
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a PolicyDeviceAssuranceMacos resource upon running "cdktf plan ". |
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;
PolicyDeviceAssuranceMacos.isConstruct(java.lang.Object x)
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.
- Type: java.lang.Object
Any object.
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;
PolicyDeviceAssuranceMacos.isTerraformElement(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;
PolicyDeviceAssuranceMacos.isTerraformResource(java.lang.Object x)
- Type: java.lang.Object
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;
PolicyDeviceAssuranceMacos.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId),PolicyDeviceAssuranceMacos.generateConfigForImport(Construct scope, java.lang.String importToId, java.lang.String importFromId, TerraformProvider provider)
Generates CDKTF code for importing a PolicyDeviceAssuranceMacos resource upon running "cdktf plan ".
- Type: software.constructs.Construct
The scope in which to define this construct.
- Type: java.lang.String
The construct id used in the generated config for the PolicyDeviceAssuranceMacos to import.
- Type: java.lang.String
The id of the existing PolicyDeviceAssuranceMacos that should be imported.
Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#import import section} in the documentation of this resource for the id to use
- Type: com.hashicorp.cdktf.TerraformProvider
? Optional instance of the provider where the PolicyDeviceAssuranceMacos to import is found.
Name | Type | Description |
---|---|---|
node |
software.constructs.Node |
The tree node. |
cdktfStack |
com.hashicorp.cdktf.TerraformStack |
No description. |
fqn |
java.lang.String |
No description. |
friendlyUniqueId |
java.lang.String |
No description. |
terraformMetaArguments |
java.util.Map<java.lang.String, java.lang.Object> |
No description. |
terraformResourceType |
java.lang.String |
No description. |
terraformGeneratorMetadata |
com.hashicorp.cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<java.lang.String> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
createdBy |
java.lang.String |
No description. |
createdDate |
java.lang.String |
No description. |
id |
java.lang.String |
No description. |
lastUpdate |
java.lang.String |
No description. |
lastUpdatedBy |
java.lang.String |
No description. |
platform |
java.lang.String |
No description. |
diskEncryptionTypeInput |
java.util.List<java.lang.String> |
No description. |
nameInput |
java.lang.String |
No description. |
osVersionInput |
java.lang.String |
No description. |
screenlockTypeInput |
java.util.List<java.lang.String> |
No description. |
secureHardwarePresentInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
thirdPartySignalProvidersInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspBrowserVersionInput |
java.lang.String |
No description. |
tpspBuiltinDnsClientEnabledInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspChromeRemoteDesktopAppBlockedInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspDeviceEnrollmentDomainInput |
java.lang.String |
No description. |
tpspDiskEncryptedInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspKeyTrustLevelInput |
java.lang.String |
No description. |
tpspOsFirewallInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspOsVersionInput |
java.lang.String |
No description. |
tpspPasswordProctectionWarningTriggerInput |
java.lang.String |
No description. |
tpspRealtimeUrlCheckModeInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspSafeBrowsingProtectionLevelInput |
java.lang.String |
No description. |
tpspScreenLockSecuredInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspSiteIsolationEnabledInput |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
diskEncryptionType |
java.util.List<java.lang.String> |
No description. |
name |
java.lang.String |
No description. |
osVersion |
java.lang.String |
No description. |
screenlockType |
java.util.List<java.lang.String> |
No description. |
secureHardwarePresent |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
thirdPartySignalProviders |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspBrowserVersion |
java.lang.String |
No description. |
tpspBuiltinDnsClientEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspChromeRemoteDesktopAppBlocked |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspDeviceEnrollmentDomain |
java.lang.String |
No description. |
tpspDiskEncrypted |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspKeyTrustLevel |
java.lang.String |
No description. |
tpspOsFirewall |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspOsVersion |
java.lang.String |
No description. |
tpspPasswordProctectionWarningTrigger |
java.lang.String |
No description. |
tpspRealtimeUrlCheckMode |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspSafeBrowsingProtectionLevel |
java.lang.String |
No description. |
tpspScreenLockSecured |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
tpspSiteIsolationEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
No description. |
public Node getNode();
- Type: software.constructs.Node
The tree node.
public TerraformStack getCdktfStack();
- Type: com.hashicorp.cdktf.TerraformStack
public java.lang.String getFqn();
- Type: java.lang.String
public java.lang.String getFriendlyUniqueId();
- Type: java.lang.String
public java.util.Map<java.lang.String, java.lang.Object> getTerraformMetaArguments();
- Type: java.util.Map<java.lang.String, java.lang.Object>
public java.lang.String getTerraformResourceType();
- Type: java.lang.String
public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
- Type: com.hashicorp.cdktf.TerraformProviderGeneratorMetadata
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<java.lang.String> getDependsOn();
- Type: java.util.List<java.lang.String>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
public java.lang.String getCreatedBy();
- Type: java.lang.String
public java.lang.String getCreatedDate();
- Type: java.lang.String
public java.lang.String getId();
- Type: java.lang.String
public java.lang.String getLastUpdate();
- Type: java.lang.String
public java.lang.String getLastUpdatedBy();
- Type: java.lang.String
public java.lang.String getPlatform();
- Type: java.lang.String
public java.util.List<java.lang.String> getDiskEncryptionTypeInput();
- Type: java.util.List<java.lang.String>
public java.lang.String getNameInput();
- Type: java.lang.String
public java.lang.String getOsVersionInput();
- Type: java.lang.String
public java.util.List<java.lang.String> getScreenlockTypeInput();
- Type: java.util.List<java.lang.String>
public java.lang.Object getSecureHardwarePresentInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getThirdPartySignalProvidersInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspBrowserVersionInput();
- Type: java.lang.String
public java.lang.Object getTpspBuiltinDnsClientEnabledInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getTpspChromeRemoteDesktopAppBlockedInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspDeviceEnrollmentDomainInput();
- Type: java.lang.String
public java.lang.Object getTpspDiskEncryptedInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspKeyTrustLevelInput();
- Type: java.lang.String
public java.lang.Object getTpspOsFirewallInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspOsVersionInput();
- Type: java.lang.String
public java.lang.String getTpspPasswordProctectionWarningTriggerInput();
- Type: java.lang.String
public java.lang.Object getTpspRealtimeUrlCheckModeInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspSafeBrowsingProtectionLevelInput();
- Type: java.lang.String
public java.lang.Object getTpspScreenLockSecuredInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getTpspSiteIsolationEnabledInput();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.util.List<java.lang.String> getDiskEncryptionType();
- Type: java.util.List<java.lang.String>
public java.lang.String getName();
- Type: java.lang.String
public java.lang.String getOsVersion();
- Type: java.lang.String
public java.util.List<java.lang.String> getScreenlockType();
- Type: java.util.List<java.lang.String>
public java.lang.Object getSecureHardwarePresent();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getThirdPartySignalProviders();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspBrowserVersion();
- Type: java.lang.String
public java.lang.Object getTpspBuiltinDnsClientEnabled();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getTpspChromeRemoteDesktopAppBlocked();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspDeviceEnrollmentDomain();
- Type: java.lang.String
public java.lang.Object getTpspDiskEncrypted();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspKeyTrustLevel();
- Type: java.lang.String
public java.lang.Object getTpspOsFirewall();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspOsVersion();
- Type: java.lang.String
public java.lang.String getTpspPasswordProctectionWarningTrigger();
- Type: java.lang.String
public java.lang.Object getTpspRealtimeUrlCheckMode();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.String getTpspSafeBrowsingProtectionLevel();
- Type: java.lang.String
public java.lang.Object getTpspScreenLockSecured();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
public java.lang.Object getTpspSiteIsolationEnabled();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Name | Type | Description |
---|---|---|
tfResourceType |
java.lang.String |
No description. |
public java.lang.String getTfResourceType();
- Type: java.lang.String
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacosConfig;
PolicyDeviceAssuranceMacosConfig.builder()
// .connection(SSHProvisionerConnection)
// .connection(WinrmProvisionerConnection)
// .count(java.lang.Number)
// .count(TerraformCount)
// .dependsOn(java.util.List<ITerraformDependable>)
// .forEach(ITerraformIterator)
// .lifecycle(TerraformResourceLifecycle)
// .provider(TerraformProvider)
// .provisioners(java.util.List<FileProvisioner)
// .provisioners(LocalExecProvisioner)
// .provisioners(RemoteExecProvisioner>)
.name(java.lang.String)
// .diskEncryptionType(java.util.List<java.lang.String>)
// .osVersion(java.lang.String)
// .screenlockType(java.util.List<java.lang.String>)
// .secureHardwarePresent(java.lang.Boolean)
// .secureHardwarePresent(IResolvable)
// .thirdPartySignalProviders(java.lang.Boolean)
// .thirdPartySignalProviders(IResolvable)
// .tpspBrowserVersion(java.lang.String)
// .tpspBuiltinDnsClientEnabled(java.lang.Boolean)
// .tpspBuiltinDnsClientEnabled(IResolvable)
// .tpspChromeRemoteDesktopAppBlocked(java.lang.Boolean)
// .tpspChromeRemoteDesktopAppBlocked(IResolvable)
// .tpspDeviceEnrollmentDomain(java.lang.String)
// .tpspDiskEncrypted(java.lang.Boolean)
// .tpspDiskEncrypted(IResolvable)
// .tpspKeyTrustLevel(java.lang.String)
// .tpspOsFirewall(java.lang.Boolean)
// .tpspOsFirewall(IResolvable)
// .tpspOsVersion(java.lang.String)
// .tpspPasswordProctectionWarningTrigger(java.lang.String)
// .tpspRealtimeUrlCheckMode(java.lang.Boolean)
// .tpspRealtimeUrlCheckMode(IResolvable)
// .tpspSafeBrowsingProtectionLevel(java.lang.String)
// .tpspScreenLockSecured(java.lang.Boolean)
// .tpspScreenLockSecured(IResolvable)
// .tpspSiteIsolationEnabled(java.lang.Boolean)
// .tpspSiteIsolationEnabled(IResolvable)
.build();
Name | Type | Description |
---|---|---|
connection |
com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection |
No description. |
count |
java.lang.Number OR com.hashicorp.cdktf.TerraformCount |
No description. |
dependsOn |
java.util.List<com.hashicorp.cdktf.ITerraformDependable> |
No description. |
forEach |
com.hashicorp.cdktf.ITerraformIterator |
No description. |
lifecycle |
com.hashicorp.cdktf.TerraformResourceLifecycle |
No description. |
provider |
com.hashicorp.cdktf.TerraformProvider |
No description. |
provisioners |
java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner> |
No description. |
name |
java.lang.String |
Name of the device assurance policy. |
diskEncryptionType |
java.util.List<java.lang.String> |
List of disk encryption type, can be ALL_INTERNAL_VOLUMES . |
osVersion |
java.lang.String |
Minimum os version of the device in the device assurance policy. |
screenlockType |
java.util.List<java.lang.String> |
List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE . |
secureHardwarePresent |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Is the device secure with hardware in the device assurance policy. |
thirdPartySignalProviders |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Check to include third party signal provider. |
tpspBrowserVersion |
java.lang.String |
Third party signal provider minimum browser version. |
tpspBuiltinDnsClientEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider builtin dns client enable. |
tpspChromeRemoteDesktopAppBlocked |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider chrome remote desktop app blocked. |
tpspDeviceEnrollmentDomain |
java.lang.String |
Third party signal provider device enrollment domain. |
tpspDiskEncrypted |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider disk encrypted. |
tpspKeyTrustLevel |
java.lang.String |
Third party signal provider key trust level. |
tpspOsFirewall |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider os firewall. |
tpspOsVersion |
java.lang.String |
Third party signal provider minimum os version. |
tpspPasswordProctectionWarningTrigger |
java.lang.String |
Third party signal provider password protection warning trigger. |
tpspRealtimeUrlCheckMode |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider realtime url check mode. |
tpspSafeBrowsingProtectionLevel |
java.lang.String |
Third party signal provider safe browsing protection level. |
tpspScreenLockSecured |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider screen lock secure. |
tpspSiteIsolationEnabled |
java.lang.Boolean OR com.hashicorp.cdktf.IResolvable |
Third party signal provider site isolation enabled. |
public java.lang.Object getConnection();
- Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection
public java.lang.Object getCount();
- Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount
public java.util.List<ITerraformDependable> getDependsOn();
- Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>
public ITerraformIterator getForEach();
- Type: com.hashicorp.cdktf.ITerraformIterator
public TerraformResourceLifecycle getLifecycle();
- Type: com.hashicorp.cdktf.TerraformResourceLifecycle
public TerraformProvider getProvider();
- Type: com.hashicorp.cdktf.TerraformProvider
public java.lang.Object getProvisioners();
- Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>
public java.lang.String getName();
- Type: java.lang.String
Name of the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#name PolicyDeviceAssuranceMacos#name}
public java.util.List<java.lang.String> getDiskEncryptionType();
- Type: java.util.List<java.lang.String>
List of disk encryption type, can be ALL_INTERNAL_VOLUMES
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#disk_encryption_type PolicyDeviceAssuranceMacos#disk_encryption_type}
public java.lang.String getOsVersion();
- Type: java.lang.String
Minimum os version of the device in the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#os_version PolicyDeviceAssuranceMacos#os_version}
public java.util.List<java.lang.String> getScreenlockType();
- Type: java.util.List<java.lang.String>
List of screenlock type, can be BIOMETRIC
or BIOMETRIC, PASSCODE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#screenlock_type PolicyDeviceAssuranceMacos#screenlock_type}
public java.lang.Object getSecureHardwarePresent();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Is the device secure with hardware in the device assurance policy.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#secure_hardware_present PolicyDeviceAssuranceMacos#secure_hardware_present}
public java.lang.Object getThirdPartySignalProviders();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Check to include third party signal provider.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#third_party_signal_providers PolicyDeviceAssuranceMacos#third_party_signal_providers}
public java.lang.String getTpspBrowserVersion();
- Type: java.lang.String
Third party signal provider minimum browser version.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_browser_version PolicyDeviceAssuranceMacos#tpsp_browser_version}
public java.lang.Object getTpspBuiltinDnsClientEnabled();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider builtin dns client enable.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_builtin_dns_client_enabled PolicyDeviceAssuranceMacos#tpsp_builtin_dns_client_enabled}
public java.lang.Object getTpspChromeRemoteDesktopAppBlocked();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider chrome remote desktop app blocked.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_chrome_remote_desktop_app_blocked PolicyDeviceAssuranceMacos#tpsp_chrome_remote_desktop_app_blocked}
public java.lang.String getTpspDeviceEnrollmentDomain();
- Type: java.lang.String
Third party signal provider device enrollment domain.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_device_enrollment_domain PolicyDeviceAssuranceMacos#tpsp_device_enrollment_domain}
public java.lang.Object getTpspDiskEncrypted();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider disk encrypted.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_disk_encrypted PolicyDeviceAssuranceMacos#tpsp_disk_encrypted}
public java.lang.String getTpspKeyTrustLevel();
- Type: java.lang.String
Third party signal provider key trust level.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_key_trust_level PolicyDeviceAssuranceMacos#tpsp_key_trust_level}
public java.lang.Object getTpspOsFirewall();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider os firewall.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_os_firewall PolicyDeviceAssuranceMacos#tpsp_os_firewall}
public java.lang.String getTpspOsVersion();
- Type: java.lang.String
Third party signal provider minimum os version.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_os_version PolicyDeviceAssuranceMacos#tpsp_os_version}
public java.lang.String getTpspPasswordProctectionWarningTrigger();
- Type: java.lang.String
Third party signal provider password protection warning trigger.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_password_proctection_warning_trigger PolicyDeviceAssuranceMacos#tpsp_password_proctection_warning_trigger}
public java.lang.Object getTpspRealtimeUrlCheckMode();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider realtime url check mode.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_realtime_url_check_mode PolicyDeviceAssuranceMacos#tpsp_realtime_url_check_mode}
public java.lang.String getTpspSafeBrowsingProtectionLevel();
- Type: java.lang.String
Third party signal provider safe browsing protection level.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_safe_browsing_protection_level PolicyDeviceAssuranceMacos#tpsp_safe_browsing_protection_level}
public java.lang.Object getTpspScreenLockSecured();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider screen lock secure.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_screen_lock_secured PolicyDeviceAssuranceMacos#tpsp_screen_lock_secured}
public java.lang.Object getTpspSiteIsolationEnabled();
- Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable
Third party signal provider site isolation enabled.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos#tpsp_site_isolation_enabled PolicyDeviceAssuranceMacos#tpsp_site_isolation_enabled}