MyDeviceNonCompliances¶
-
class
oci.identity_domains.models.
MyDeviceNonCompliances
(**kwargs)¶ Bases:
object
Device Non Compliances
Attributes
ACTION_ALLOW
A constant which can be used with the action property of a MyDeviceNonCompliances. ACTION_BLOCK
A constant which can be used with the action property of a MyDeviceNonCompliances. ACTION_NOTIFY
A constant which can be used with the action property of a MyDeviceNonCompliances. ACTION_UNKNOWN
A constant which can be used with the action property of a MyDeviceNonCompliances. action
[Required] Gets the action of this MyDeviceNonCompliances. name
[Required] Gets the name of this MyDeviceNonCompliances. value
[Required] Gets the value of this MyDeviceNonCompliances. Methods
__init__
(**kwargs)Initializes a new MyDeviceNonCompliances object with values from keyword arguments. -
ACTION_ALLOW
= 'ALLOW'¶ A constant which can be used with the action property of a MyDeviceNonCompliances. This constant has a value of “ALLOW”
-
ACTION_BLOCK
= 'BLOCK'¶ A constant which can be used with the action property of a MyDeviceNonCompliances. This constant has a value of “BLOCK”
-
ACTION_NOTIFY
= 'NOTIFY'¶ A constant which can be used with the action property of a MyDeviceNonCompliances. This constant has a value of “NOTIFY”
-
ACTION_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the action property of a MyDeviceNonCompliances. This constant has a value of “UNKNOWN”
-
__init__
(**kwargs)¶ Initializes a new MyDeviceNonCompliances object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this MyDeviceNonCompliances.
- value (str) – The value to assign to the value property of this MyDeviceNonCompliances.
- action (str) – The value to assign to the action property of this MyDeviceNonCompliances. Allowed values for this property are: “NOTIFY”, “BLOCK”, “ALLOW”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
action
¶ [Required] Gets the action of this MyDeviceNonCompliances. Device Compliance Action
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Allowed values for this property are: “NOTIFY”, “BLOCK”, “ALLOW”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this MyDeviceNonCompliances. Return type: str
-
name
¶ [Required] Gets the name of this MyDeviceNonCompliances. Device Compliance name
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns: The name of this MyDeviceNonCompliances. Return type: str
-
value
¶ [Required] Gets the value of this MyDeviceNonCompliances. Device Compliance value
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
- idcsRequiresWriteForAccessFlows: true
- idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns: The value of this MyDeviceNonCompliances. Return type: str
-