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