ApprovalWorkflowAssignmentAssignedTo¶
-
class
oci.identity_domains.models.
ApprovalWorkflowAssignmentAssignedTo
(**kwargs)¶ Bases:
object
Details of resource for which Approval Workflow is assigned
SCIM++ Properties: - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none
Attributes
TYPE_GROUP
A constant which can be used with the type property of a ApprovalWorkflowAssignmentAssignedTo. description
Gets the description of this ApprovalWorkflowAssignmentAssignedTo. display
Gets the display of this ApprovalWorkflowAssignmentAssignedTo. ocid
Gets the ocid of this ApprovalWorkflowAssignmentAssignedTo. type
[Required] Gets the type of this ApprovalWorkflowAssignmentAssignedTo. value
[Required] Gets the value of this ApprovalWorkflowAssignmentAssignedTo. Methods
__init__
(**kwargs)Initializes a new ApprovalWorkflowAssignmentAssignedTo object with values from keyword arguments. -
TYPE_GROUP
= 'Group'¶ A constant which can be used with the type property of a ApprovalWorkflowAssignmentAssignedTo. This constant has a value of “Group”
-
__init__
(**kwargs)¶ Initializes a new ApprovalWorkflowAssignmentAssignedTo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this ApprovalWorkflowAssignmentAssignedTo.
- ocid (str) – The value to assign to the ocid property of this ApprovalWorkflowAssignmentAssignedTo.
- type (str) – The value to assign to the type property of this ApprovalWorkflowAssignmentAssignedTo. Allowed values for this property are: “Group”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display (str) – The value to assign to the display property of this ApprovalWorkflowAssignmentAssignedTo.
- description (str) – The value to assign to the description property of this ApprovalWorkflowAssignmentAssignedTo.
-
description
¶ Gets the description of this ApprovalWorkflowAssignmentAssignedTo. Description
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The description of this ApprovalWorkflowAssignmentAssignedTo. Return type: str
-
display
¶ Gets the display of this ApprovalWorkflowAssignmentAssignedTo. Display name of the resource for which Approval Workflow is assigned
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The display of this ApprovalWorkflowAssignmentAssignedTo. Return type: str
-
ocid
¶ Gets the ocid of this ApprovalWorkflowAssignmentAssignedTo. Ocid of the resource for which Approval Workflow is assigned
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The ocid of this ApprovalWorkflowAssignmentAssignedTo. Return type: str
-
type
¶ [Required] Gets the type of this ApprovalWorkflowAssignmentAssignedTo. Type of the resource (stripe and non-stripe) for which Approval Workflow is assigned
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Allowed values for this property are: “Group”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this ApprovalWorkflowAssignmentAssignedTo. Return type: str
-
value
¶ [Required] Gets the value of this ApprovalWorkflowAssignmentAssignedTo. Identifier of the resource for which Approval Workflow is assigned
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this ApprovalWorkflowAssignmentAssignedTo. Return type: str
-