okta.policy.DeviceAssuranceAndroid
Explore with Pulumi AI
Create DeviceAssuranceAndroid Resource
new DeviceAssuranceAndroid(name: string, args?: DeviceAssuranceAndroidArgs, opts?: CustomResourceOptions);
@overload
def DeviceAssuranceAndroid(resource_name: str,
opts: Optional[ResourceOptions] = None,
disk_encryption_types: Optional[Sequence[str]] = None,
jailbreak: Optional[bool] = None,
name: Optional[str] = None,
os_version: Optional[str] = None,
screenlock_types: Optional[Sequence[str]] = None,
secure_hardware_present: Optional[bool] = None)
@overload
def DeviceAssuranceAndroid(resource_name: str,
args: Optional[DeviceAssuranceAndroidArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewDeviceAssuranceAndroid(ctx *Context, name string, args *DeviceAssuranceAndroidArgs, opts ...ResourceOption) (*DeviceAssuranceAndroid, error)
public DeviceAssuranceAndroid(string name, DeviceAssuranceAndroidArgs? args = null, CustomResourceOptions? opts = null)
public DeviceAssuranceAndroid(String name, DeviceAssuranceAndroidArgs args)
public DeviceAssuranceAndroid(String name, DeviceAssuranceAndroidArgs args, CustomResourceOptions options)
type: okta:policy:DeviceAssuranceAndroid
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeviceAssuranceAndroidArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DeviceAssuranceAndroidArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DeviceAssuranceAndroidArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeviceAssuranceAndroidArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeviceAssuranceAndroidArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DeviceAssuranceAndroid Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DeviceAssuranceAndroid resource accepts the following input properties:
- Disk
Encryption List<string>Types List of disk encryption type, can be FULL, USER
- Jailbreak bool
The device jailbreak. Only for android and iOS platform
- Name string
Policy device assurance name
- Os
Version string The device os minimum version
- Screenlock
Types List<string> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- Secure
Hardware boolPresent Indicates if the device constains a secure hardware functionality
- Disk
Encryption []stringTypes List of disk encryption type, can be FULL, USER
- Jailbreak bool
The device jailbreak. Only for android and iOS platform
- Name string
Policy device assurance name
- Os
Version string The device os minimum version
- Screenlock
Types []string List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- Secure
Hardware boolPresent Indicates if the device constains a secure hardware functionality
- disk
Encryption List<String>Types List of disk encryption type, can be FULL, USER
- jailbreak Boolean
The device jailbreak. Only for android and iOS platform
- name String
Policy device assurance name
- os
Version String The device os minimum version
- screenlock
Types List<String> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware BooleanPresent Indicates if the device constains a secure hardware functionality
- disk
Encryption string[]Types List of disk encryption type, can be FULL, USER
- jailbreak boolean
The device jailbreak. Only for android and iOS platform
- name string
Policy device assurance name
- os
Version string The device os minimum version
- screenlock
Types string[] List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware booleanPresent Indicates if the device constains a secure hardware functionality
- disk_
encryption_ Sequence[str]types List of disk encryption type, can be FULL, USER
- jailbreak bool
The device jailbreak. Only for android and iOS platform
- name str
Policy device assurance name
- os_
version str The device os minimum version
- screenlock_
types Sequence[str] List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure_
hardware_ boolpresent Indicates if the device constains a secure hardware functionality
- disk
Encryption List<String>Types List of disk encryption type, can be FULL, USER
- jailbreak Boolean
The device jailbreak. Only for android and iOS platform
- name String
Policy device assurance name
- os
Version String The device os minimum version
- screenlock
Types List<String> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware BooleanPresent Indicates if the device constains a secure hardware functionality
Outputs
All input properties are implicitly available as output properties. Additionally, the DeviceAssuranceAndroid resource produces the following output properties:
- Created
By string Created by
- Created
Date string Created date
- Id string
The provider-assigned unique ID for this managed resource.
- Last
Update string Last update
- Last
Updated stringBy Last updated by
- Platform string
Policy device assurance platform
- Created
By string Created by
- Created
Date string Created date
- Id string
The provider-assigned unique ID for this managed resource.
- Last
Update string Last update
- Last
Updated stringBy Last updated by
- Platform string
Policy device assurance platform
- created
By String Created by
- created
Date String Created date
- id String
The provider-assigned unique ID for this managed resource.
- last
Update String Last update
- last
Updated StringBy Last updated by
- platform String
Policy device assurance platform
- created
By string Created by
- created
Date string Created date
- id string
The provider-assigned unique ID for this managed resource.
- last
Update string Last update
- last
Updated stringBy Last updated by
- platform string
Policy device assurance platform
- created_
by str Created by
- created_
date str Created date
- id str
The provider-assigned unique ID for this managed resource.
- last_
update str Last update
- last_
updated_ strby Last updated by
- platform str
Policy device assurance platform
- created
By String Created by
- created
Date String Created date
- id String
The provider-assigned unique ID for this managed resource.
- last
Update String Last update
- last
Updated StringBy Last updated by
- platform String
Policy device assurance platform
Look up Existing DeviceAssuranceAndroid Resource
Get an existing DeviceAssuranceAndroid resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DeviceAssuranceAndroidState, opts?: CustomResourceOptions): DeviceAssuranceAndroid
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_by: Optional[str] = None,
created_date: Optional[str] = None,
disk_encryption_types: Optional[Sequence[str]] = None,
jailbreak: Optional[bool] = None,
last_update: Optional[str] = None,
last_updated_by: Optional[str] = None,
name: Optional[str] = None,
os_version: Optional[str] = None,
platform: Optional[str] = None,
screenlock_types: Optional[Sequence[str]] = None,
secure_hardware_present: Optional[bool] = None) -> DeviceAssuranceAndroid
func GetDeviceAssuranceAndroid(ctx *Context, name string, id IDInput, state *DeviceAssuranceAndroidState, opts ...ResourceOption) (*DeviceAssuranceAndroid, error)
public static DeviceAssuranceAndroid Get(string name, Input<string> id, DeviceAssuranceAndroidState? state, CustomResourceOptions? opts = null)
public static DeviceAssuranceAndroid get(String name, Output<String> id, DeviceAssuranceAndroidState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Created
By string Created by
- Created
Date string Created date
- Disk
Encryption List<string>Types List of disk encryption type, can be FULL, USER
- Jailbreak bool
The device jailbreak. Only for android and iOS platform
- Last
Update string Last update
- Last
Updated stringBy Last updated by
- Name string
Policy device assurance name
- Os
Version string The device os minimum version
- Platform string
Policy device assurance platform
- Screenlock
Types List<string> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- Secure
Hardware boolPresent Indicates if the device constains a secure hardware functionality
- Created
By string Created by
- Created
Date string Created date
- Disk
Encryption []stringTypes List of disk encryption type, can be FULL, USER
- Jailbreak bool
The device jailbreak. Only for android and iOS platform
- Last
Update string Last update
- Last
Updated stringBy Last updated by
- Name string
Policy device assurance name
- Os
Version string The device os minimum version
- Platform string
Policy device assurance platform
- Screenlock
Types []string List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- Secure
Hardware boolPresent Indicates if the device constains a secure hardware functionality
- created
By String Created by
- created
Date String Created date
- disk
Encryption List<String>Types List of disk encryption type, can be FULL, USER
- jailbreak Boolean
The device jailbreak. Only for android and iOS platform
- last
Update String Last update
- last
Updated StringBy Last updated by
- name String
Policy device assurance name
- os
Version String The device os minimum version
- platform String
Policy device assurance platform
- screenlock
Types List<String> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware BooleanPresent Indicates if the device constains a secure hardware functionality
- created
By string Created by
- created
Date string Created date
- disk
Encryption string[]Types List of disk encryption type, can be FULL, USER
- jailbreak boolean
The device jailbreak. Only for android and iOS platform
- last
Update string Last update
- last
Updated stringBy Last updated by
- name string
Policy device assurance name
- os
Version string The device os minimum version
- platform string
Policy device assurance platform
- screenlock
Types string[] List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware booleanPresent Indicates if the device constains a secure hardware functionality
- created_
by str Created by
- created_
date str Created date
- disk_
encryption_ Sequence[str]types List of disk encryption type, can be FULL, USER
- jailbreak bool
The device jailbreak. Only for android and iOS platform
- last_
update str Last update
- last_
updated_ strby Last updated by
- name str
Policy device assurance name
- os_
version str The device os minimum version
- platform str
Policy device assurance platform
- screenlock_
types Sequence[str] List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure_
hardware_ boolpresent Indicates if the device constains a secure hardware functionality
- created
By String Created by
- created
Date String Created date
- disk
Encryption List<String>Types List of disk encryption type, can be FULL, USER
- jailbreak Boolean
The device jailbreak. Only for android and iOS platform
- last
Update String Last update
- last
Updated StringBy Last updated by
- name String
Policy device assurance name
- os
Version String The device os minimum version
- platform String
Policy device assurance platform
- screenlock
Types List<String> List of screenlock type, can be BIOMETRIC or BIOMETRIC, PASSCODE
- secure
Hardware BooleanPresent Indicates if the device constains a secure hardware functionality
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.