ApprovalWorkflowAssignmentApprovalWorkflow

class oci.identity_domains.models.ApprovalWorkflowAssignmentApprovalWorkflow(**kwargs)

Bases: object

Details of the Approval Workflow

SCIM++ Properties: - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none

Attributes

TYPE_APPROVAL_WORKFLOW A constant which can be used with the type property of a ApprovalWorkflowAssignmentApprovalWorkflow.
display Gets the display of this ApprovalWorkflowAssignmentApprovalWorkflow.
ocid Gets the ocid of this ApprovalWorkflowAssignmentApprovalWorkflow.
ref Gets the ref of this ApprovalWorkflowAssignmentApprovalWorkflow.
type [Required] Gets the type of this ApprovalWorkflowAssignmentApprovalWorkflow.
value [Required] Gets the value of this ApprovalWorkflowAssignmentApprovalWorkflow.

Methods

__init__(**kwargs) Initializes a new ApprovalWorkflowAssignmentApprovalWorkflow object with values from keyword arguments.
TYPE_APPROVAL_WORKFLOW = 'ApprovalWorkflow'

A constant which can be used with the type property of a ApprovalWorkflowAssignmentApprovalWorkflow. This constant has a value of “ApprovalWorkflow”

__init__(**kwargs)

Initializes a new ApprovalWorkflowAssignmentApprovalWorkflow 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 ApprovalWorkflowAssignmentApprovalWorkflow.
  • ocid (str) – The value to assign to the ocid property of this ApprovalWorkflowAssignmentApprovalWorkflow.
  • type (str) – The value to assign to the type property of this ApprovalWorkflowAssignmentApprovalWorkflow. Allowed values for this property are: “ApprovalWorkflow”, ‘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 ApprovalWorkflowAssignmentApprovalWorkflow.
  • ref (str) – The value to assign to the ref property of this ApprovalWorkflowAssignmentApprovalWorkflow.
display

Gets the display of this ApprovalWorkflowAssignmentApprovalWorkflow. Display name of the approval workflow

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The display of this ApprovalWorkflowAssignmentApprovalWorkflow.
Return type:str
ocid

Gets the ocid of this ApprovalWorkflowAssignmentApprovalWorkflow. Unique OCI Identifier of the approval workflow

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The ocid of this ApprovalWorkflowAssignmentApprovalWorkflow.
Return type:str
ref

Gets the ref of this ApprovalWorkflowAssignmentApprovalWorkflow. URI of the approval workflow

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: reference
  • uniqueness: none
Returns:The ref of this ApprovalWorkflowAssignmentApprovalWorkflow.
Return type:str
type

[Required] Gets the type of this ApprovalWorkflowAssignmentApprovalWorkflow. Indicates type of the entity that is associated with this assignment (for ARM validation)

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • idcsDefaultValue: ApprovalWorkflow
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: request
  • type: string
  • uniqueness: none

Allowed values for this property are: “ApprovalWorkflow”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this ApprovalWorkflowAssignmentApprovalWorkflow.
Return type:str
value

[Required] Gets the value of this ApprovalWorkflowAssignmentApprovalWorkflow. Identifier of the approval workflow

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this ApprovalWorkflowAssignmentApprovalWorkflow.
Return type:str