ApprovalWorkflowApprovalWorkflowSteps¶
-
class
oci.identity_domains.models.
ApprovalWorkflowApprovalWorkflowSteps
(**kwargs)¶ Bases:
object
ApprovalWorkflowSteps applicable for the ApprovalWorkflowInstance.
Methods
__init__
(**kwargs)Initializes a new ApprovalWorkflowApprovalWorkflowSteps object with values from keyword arguments. Attributes
ocid
Gets the ocid of this ApprovalWorkflowApprovalWorkflowSteps. order
Gets the order of this ApprovalWorkflowApprovalWorkflowSteps. ref
Gets the ref of this ApprovalWorkflowApprovalWorkflowSteps. type
[Required] Gets the type of this ApprovalWorkflowApprovalWorkflowSteps. value
[Required] Gets the value of this ApprovalWorkflowApprovalWorkflowSteps. -
__init__
(**kwargs)¶ Initializes a new ApprovalWorkflowApprovalWorkflowSteps 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 ApprovalWorkflowApprovalWorkflowSteps.
- ocid (str) – The value to assign to the ocid property of this ApprovalWorkflowApprovalWorkflowSteps.
- type (str) – The value to assign to the type property of this ApprovalWorkflowApprovalWorkflowSteps.
- order (int) – The value to assign to the order property of this ApprovalWorkflowApprovalWorkflowSteps.
- ref (str) – The value to assign to the ref property of this ApprovalWorkflowApprovalWorkflowSteps.
-
ocid
¶ Gets the ocid of this ApprovalWorkflowApprovalWorkflowSteps. The unique OCI identifier of the ApprovalWorkflowStep.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The ocid of this ApprovalWorkflowApprovalWorkflowSteps. Return type: str
-
order
¶ Gets the order of this ApprovalWorkflowApprovalWorkflowSteps. The order of the ApprovalWorkflowSteps.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The order of this ApprovalWorkflowApprovalWorkflowSteps. Return type: int
-
ref
¶ Gets the ref of this ApprovalWorkflowApprovalWorkflowSteps. ApprovalWorkflowSteps URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this ApprovalWorkflowApprovalWorkflowSteps. Return type: str
-
type
¶ [Required] Gets the type of this ApprovalWorkflowApprovalWorkflowSteps. The type of the ApprovalWorkflowSteps.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The type of this ApprovalWorkflowApprovalWorkflowSteps. Return type: str
-
value
¶ [Required] Gets the value of this ApprovalWorkflowApprovalWorkflowSteps. The unique identifier of the ApprovalWorkflowStep.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this ApprovalWorkflowApprovalWorkflowSteps. Return type: str
-