Skip to content

Latest commit

 

History

History
1988 lines (1253 loc) · 103 KB

policyDeviceAssuranceMacos.java.md

File metadata and controls

1988 lines (1253 loc) · 103 KB

policyDeviceAssuranceMacos Submodule

Constructs

PolicyDeviceAssuranceMacos

Represents a {@link https://registry.terraform.io/providers/okta/okta/4.13.0/docs/resources/policy_device_assurance_macos okta_policy_device_assurance_macos}.

Initializers

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.

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


idRequired
  • Type: java.lang.String

The scoped construct ID.

Must be unique amongst siblings in the same scope


connectionOptional
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
  • Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>

forEachOptional
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

nameRequired
  • 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}


diskEncryptionTypeOptional
  • 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}


osVersionOptional
  • 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}


screenlockTypeOptional
  • 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}


secureHardwarePresentOptional
  • 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}


thirdPartySignalProvidersOptional
  • 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}


tpspBrowserVersionOptional
  • 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}


tpspBuiltinDnsClientEnabledOptional
  • 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}


tpspChromeRemoteDesktopAppBlockedOptional
  • 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}


tpspDeviceEnrollmentDomainOptional
  • 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}


tpspDiskEncryptedOptional
  • 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}


tpspKeyTrustLevelOptional
  • 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}


tpspOsFirewallOptional
  • 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}


tpspOsVersionOptional
  • 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}


tpspPasswordProctectionWarningTriggerOptional
  • 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}


tpspRealtimeUrlCheckModeOptional
  • 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}


tpspSafeBrowsingProtectionLevelOptional
  • 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}


tpspScreenLockSecuredOptional
  • 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}


tpspSiteIsolationEnabledOptional
  • 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}


Methods

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.

toString
public java.lang.String toString()

Returns a string representation of this construct.

addOverride
public void addOverride(java.lang.String path, java.lang.Object value)
pathRequired
  • Type: java.lang.String

valueRequired
  • Type: java.lang.Object

overrideLogicalId
public void overrideLogicalId(java.lang.String newLogicalId)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: java.lang.String

The new logical ID to use for this stack element.


resetOverrideLogicalId
public void resetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

toHclTerraform
public java.lang.Object toHclTerraform()
toMetadata
public java.lang.Object toMetadata()
toTerraform
public java.lang.Object toTerraform()

Adds this resource to the terraform JSON output.

addMoveTarget
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.

moveTargetRequired
  • Type: java.lang.String

The string move target that will correspond to this resource.


getAnyMapAttribute
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getBooleanAttribute
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getBooleanMapAttribute
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getListAttribute
public java.util.List<java.lang.String> getListAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberAttribute
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberListAttribute
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getNumberMapAttribute
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getStringAttribute
public java.lang.String getStringAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

getStringMapAttribute
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

hasResourceMove
public TerraformResourceMoveByTarget OR TerraformResourceMoveById hasResourceMove()
importFrom
public void importFrom(java.lang.String id)
public void importFrom(java.lang.String id, TerraformProvider provider)
idRequired
  • Type: java.lang.String

providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

interpolationForAttribute
public IResolvable interpolationForAttribute(java.lang.String terraformAttribute)
terraformAttributeRequired
  • Type: java.lang.String

moveFromId
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.

idRequired
  • Type: java.lang.String

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


moveTo
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.

moveTargetRequired
  • Type: java.lang.String

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • 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.


moveToId
public void moveToId(java.lang.String id)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: java.lang.String

Full id of resource to move to, e.g. "aws_s3_bucket.example".


resetDiskEncryptionType
public void resetDiskEncryptionType()
resetOsVersion
public void resetOsVersion()
resetScreenlockType
public void resetScreenlockType()
resetSecureHardwarePresent
public void resetSecureHardwarePresent()
resetThirdPartySignalProviders
public void resetThirdPartySignalProviders()
resetTpspBrowserVersion
public void resetTpspBrowserVersion()
resetTpspBuiltinDnsClientEnabled
public void resetTpspBuiltinDnsClientEnabled()
resetTpspChromeRemoteDesktopAppBlocked
public void resetTpspChromeRemoteDesktopAppBlocked()
resetTpspDeviceEnrollmentDomain
public void resetTpspDeviceEnrollmentDomain()
resetTpspDiskEncrypted
public void resetTpspDiskEncrypted()
resetTpspKeyTrustLevel
public void resetTpspKeyTrustLevel()
resetTpspOsFirewall
public void resetTpspOsFirewall()
resetTpspOsVersion
public void resetTpspOsVersion()
resetTpspPasswordProctectionWarningTrigger
public void resetTpspPasswordProctectionWarningTrigger()
resetTpspRealtimeUrlCheckMode
public void resetTpspRealtimeUrlCheckMode()
resetTpspSafeBrowsingProtectionLevel
public void resetTpspSafeBrowsingProtectionLevel()
resetTpspScreenLockSecured
public void resetTpspScreenLockSecured()
resetTpspSiteIsolationEnabled
public void resetTpspSiteIsolationEnabled()

Static Functions

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 ".

isConstruct
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.

xRequired
  • Type: java.lang.Object

Any object.


isTerraformElement
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;

PolicyDeviceAssuranceMacos.isTerraformElement(java.lang.Object x)
xRequired
  • Type: java.lang.Object

isTerraformResource
import com.hashicorp.cdktf.providers.okta.policy_device_assurance_macos.PolicyDeviceAssuranceMacos;

PolicyDeviceAssuranceMacos.isTerraformResource(java.lang.Object x)
xRequired
  • Type: java.lang.Object

generateConfigForImport
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 ".

scopeRequired
  • Type: software.constructs.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: java.lang.String

The construct id used in the generated config for the PolicyDeviceAssuranceMacos to import.


importFromIdRequired
  • 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


providerOptional
  • Type: com.hashicorp.cdktf.TerraformProvider

? Optional instance of the provider where the PolicyDeviceAssuranceMacos to import is found.


Properties

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.

nodeRequired
public Node getNode();
  • Type: software.constructs.Node

The tree node.


cdktfStackRequired
public TerraformStack getCdktfStack();
  • Type: com.hashicorp.cdktf.TerraformStack

fqnRequired
public java.lang.String getFqn();
  • Type: java.lang.String

friendlyUniqueIdRequired
public java.lang.String getFriendlyUniqueId();
  • Type: java.lang.String

terraformMetaArgumentsRequired
public java.util.Map<java.lang.String, java.lang.Object> getTerraformMetaArguments();
  • Type: java.util.Map<java.lang.String, java.lang.Object>

terraformResourceTypeRequired
public java.lang.String getTerraformResourceType();
  • Type: java.lang.String

terraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata getTerraformGeneratorMetadata();
  • Type: com.hashicorp.cdktf.TerraformProviderGeneratorMetadata

connectionOptional
public java.lang.Object getConnection();
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
public java.lang.Object getCount();
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
public java.util.List<java.lang.String> getDependsOn();
  • Type: java.util.List<java.lang.String>

forEachOptional
public ITerraformIterator getForEach();
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
public TerraformResourceLifecycle getLifecycle();
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
public TerraformProvider getProvider();
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
public java.lang.Object getProvisioners();
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

createdByRequired
public java.lang.String getCreatedBy();
  • Type: java.lang.String

createdDateRequired
public java.lang.String getCreatedDate();
  • Type: java.lang.String

idRequired
public java.lang.String getId();
  • Type: java.lang.String

lastUpdateRequired
public java.lang.String getLastUpdate();
  • Type: java.lang.String

lastUpdatedByRequired
public java.lang.String getLastUpdatedBy();
  • Type: java.lang.String

platformRequired
public java.lang.String getPlatform();
  • Type: java.lang.String

diskEncryptionTypeInputOptional
public java.util.List<java.lang.String> getDiskEncryptionTypeInput();
  • Type: java.util.List<java.lang.String>

nameInputOptional
public java.lang.String getNameInput();
  • Type: java.lang.String

osVersionInputOptional
public java.lang.String getOsVersionInput();
  • Type: java.lang.String

screenlockTypeInputOptional
public java.util.List<java.lang.String> getScreenlockTypeInput();
  • Type: java.util.List<java.lang.String>

secureHardwarePresentInputOptional
public java.lang.Object getSecureHardwarePresentInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

thirdPartySignalProvidersInputOptional
public java.lang.Object getThirdPartySignalProvidersInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspBrowserVersionInputOptional
public java.lang.String getTpspBrowserVersionInput();
  • Type: java.lang.String

tpspBuiltinDnsClientEnabledInputOptional
public java.lang.Object getTpspBuiltinDnsClientEnabledInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspChromeRemoteDesktopAppBlockedInputOptional
public java.lang.Object getTpspChromeRemoteDesktopAppBlockedInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspDeviceEnrollmentDomainInputOptional
public java.lang.String getTpspDeviceEnrollmentDomainInput();
  • Type: java.lang.String

tpspDiskEncryptedInputOptional
public java.lang.Object getTpspDiskEncryptedInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspKeyTrustLevelInputOptional
public java.lang.String getTpspKeyTrustLevelInput();
  • Type: java.lang.String

tpspOsFirewallInputOptional
public java.lang.Object getTpspOsFirewallInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspOsVersionInputOptional
public java.lang.String getTpspOsVersionInput();
  • Type: java.lang.String

tpspPasswordProctectionWarningTriggerInputOptional
public java.lang.String getTpspPasswordProctectionWarningTriggerInput();
  • Type: java.lang.String

tpspRealtimeUrlCheckModeInputOptional
public java.lang.Object getTpspRealtimeUrlCheckModeInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspSafeBrowsingProtectionLevelInputOptional
public java.lang.String getTpspSafeBrowsingProtectionLevelInput();
  • Type: java.lang.String

tpspScreenLockSecuredInputOptional
public java.lang.Object getTpspScreenLockSecuredInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspSiteIsolationEnabledInputOptional
public java.lang.Object getTpspSiteIsolationEnabledInput();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

diskEncryptionTypeRequired
public java.util.List<java.lang.String> getDiskEncryptionType();
  • Type: java.util.List<java.lang.String>

nameRequired
public java.lang.String getName();
  • Type: java.lang.String

osVersionRequired
public java.lang.String getOsVersion();
  • Type: java.lang.String

screenlockTypeRequired
public java.util.List<java.lang.String> getScreenlockType();
  • Type: java.util.List<java.lang.String>

secureHardwarePresentRequired
public java.lang.Object getSecureHardwarePresent();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

thirdPartySignalProvidersRequired
public java.lang.Object getThirdPartySignalProviders();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspBrowserVersionRequired
public java.lang.String getTpspBrowserVersion();
  • Type: java.lang.String

tpspBuiltinDnsClientEnabledRequired
public java.lang.Object getTpspBuiltinDnsClientEnabled();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspChromeRemoteDesktopAppBlockedRequired
public java.lang.Object getTpspChromeRemoteDesktopAppBlocked();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspDeviceEnrollmentDomainRequired
public java.lang.String getTpspDeviceEnrollmentDomain();
  • Type: java.lang.String

tpspDiskEncryptedRequired
public java.lang.Object getTpspDiskEncrypted();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspKeyTrustLevelRequired
public java.lang.String getTpspKeyTrustLevel();
  • Type: java.lang.String

tpspOsFirewallRequired
public java.lang.Object getTpspOsFirewall();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspOsVersionRequired
public java.lang.String getTpspOsVersion();
  • Type: java.lang.String

tpspPasswordProctectionWarningTriggerRequired
public java.lang.String getTpspPasswordProctectionWarningTrigger();
  • Type: java.lang.String

tpspRealtimeUrlCheckModeRequired
public java.lang.Object getTpspRealtimeUrlCheckMode();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspSafeBrowsingProtectionLevelRequired
public java.lang.String getTpspSafeBrowsingProtectionLevel();
  • Type: java.lang.String

tpspScreenLockSecuredRequired
public java.lang.Object getTpspScreenLockSecured();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

tpspSiteIsolationEnabledRequired
public java.lang.Object getTpspSiteIsolationEnabled();
  • Type: java.lang.Boolean OR com.hashicorp.cdktf.IResolvable

Constants

Name Type Description
tfResourceType java.lang.String No description.

tfResourceTypeRequired
public java.lang.String getTfResourceType();
  • Type: java.lang.String

Structs

PolicyDeviceAssuranceMacosConfig

Initializer

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();

Properties

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.

connectionOptional
public java.lang.Object getConnection();
  • Type: com.hashicorp.cdktf.SSHProvisionerConnection OR com.hashicorp.cdktf.WinrmProvisionerConnection

countOptional
public java.lang.Object getCount();
  • Type: java.lang.Number OR com.hashicorp.cdktf.TerraformCount

dependsOnOptional
public java.util.List<ITerraformDependable> getDependsOn();
  • Type: java.util.List<com.hashicorp.cdktf.ITerraformDependable>

forEachOptional
public ITerraformIterator getForEach();
  • Type: com.hashicorp.cdktf.ITerraformIterator

lifecycleOptional
public TerraformResourceLifecycle getLifecycle();
  • Type: com.hashicorp.cdktf.TerraformResourceLifecycle

providerOptional
public TerraformProvider getProvider();
  • Type: com.hashicorp.cdktf.TerraformProvider

provisionersOptional
public java.lang.Object getProvisioners();
  • Type: java.util.List<com.hashicorp.cdktf.FileProvisioner OR com.hashicorp.cdktf.LocalExecProvisioner OR com.hashicorp.cdktf.RemoteExecProvisioner>

nameRequired
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}


diskEncryptionTypeOptional
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}


osVersionOptional
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}


screenlockTypeOptional
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}


secureHardwarePresentOptional
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}


thirdPartySignalProvidersOptional
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}


tpspBrowserVersionOptional
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}


tpspBuiltinDnsClientEnabledOptional
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}


tpspChromeRemoteDesktopAppBlockedOptional
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}


tpspDeviceEnrollmentDomainOptional
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}


tpspDiskEncryptedOptional
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}


tpspKeyTrustLevelOptional
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}


tpspOsFirewallOptional
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}


tpspOsVersionOptional
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}


tpspPasswordProctectionWarningTriggerOptional
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}


tpspRealtimeUrlCheckModeOptional
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}


tpspSafeBrowsingProtectionLevelOptional
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}


tpspScreenLockSecuredOptional
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}


tpspSiteIsolationEnabledOptional
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}