MyRequest

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

Bases: object

Request resource

Attributes

ACTION_CANCEL A constant which can be used with the action property of a MyRequest.
ACTION_ESCALATE A constant which can be used with the action property of a MyRequest.
IDCS_PREVENTED_OPERATIONS_DELETE A constant which can be used with the idcs_prevented_operations property of a MyRequest.
IDCS_PREVENTED_OPERATIONS_REPLACE A constant which can be used with the idcs_prevented_operations property of a MyRequest.
IDCS_PREVENTED_OPERATIONS_UPDATE A constant which can be used with the idcs_prevented_operations property of a MyRequest.
STATUS_APPROVED A constant which can be used with the status property of a MyRequest.
STATUS_CANCELED A constant which can be used with the status property of a MyRequest.
STATUS_COMPLETE A constant which can be used with the status property of a MyRequest.
STATUS_CREATED A constant which can be used with the status property of a MyRequest.
STATUS_EXPIRED A constant which can be used with the status property of a MyRequest.
STATUS_FAILED A constant which can be used with the status property of a MyRequest.
STATUS_IN_PROGRESS A constant which can be used with the status property of a MyRequest.
STATUS_REJECTED A constant which can be used with the status property of a MyRequest.
action Gets the action of this MyRequest.
approval_details Gets the approval_details of this MyRequest.
compartment_ocid Gets the compartment_ocid of this MyRequest.
delete_in_progress Gets the delete_in_progress of this MyRequest.
domain_ocid Gets the domain_ocid of this MyRequest.
expires Gets the expires of this MyRequest.
id Gets the id of this MyRequest.
idcs_created_by Gets the idcs_created_by of this MyRequest.
idcs_last_modified_by Gets the idcs_last_modified_by of this MyRequest.
idcs_last_upgraded_in_release Gets the idcs_last_upgraded_in_release of this MyRequest.
idcs_prevented_operations Gets the idcs_prevented_operations of this MyRequest.
justification [Required] Gets the justification of this MyRequest.
meta Gets the meta of this MyRequest.
ocid Gets the ocid of this MyRequest.
requesting [Required] Gets the requesting of this MyRequest.
requestor Gets the requestor of this MyRequest.
schemas [Required] Gets the schemas of this MyRequest.
status Gets the status of this MyRequest.
tags Gets the tags of this MyRequest.
tenancy_ocid Gets the tenancy_ocid of this MyRequest.

Methods

__init__(**kwargs) Initializes a new MyRequest object with values from keyword arguments.
ACTION_CANCEL = 'CANCEL'

A constant which can be used with the action property of a MyRequest. This constant has a value of “CANCEL”

ACTION_ESCALATE = 'ESCALATE'

A constant which can be used with the action property of a MyRequest. This constant has a value of “ESCALATE”

IDCS_PREVENTED_OPERATIONS_DELETE = 'delete'

A constant which can be used with the idcs_prevented_operations property of a MyRequest. This constant has a value of “delete”

IDCS_PREVENTED_OPERATIONS_REPLACE = 'replace'

A constant which can be used with the idcs_prevented_operations property of a MyRequest. This constant has a value of “replace”

IDCS_PREVENTED_OPERATIONS_UPDATE = 'update'

A constant which can be used with the idcs_prevented_operations property of a MyRequest. This constant has a value of “update”

STATUS_APPROVED = 'APPROVED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “APPROVED”

STATUS_CANCELED = 'CANCELED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “CANCELED”

STATUS_COMPLETE = 'COMPLETE'

A constant which can be used with the status property of a MyRequest. This constant has a value of “COMPLETE”

STATUS_CREATED = 'CREATED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “CREATED”

STATUS_EXPIRED = 'EXPIRED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “EXPIRED”

STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “FAILED”

STATUS_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the status property of a MyRequest. This constant has a value of “IN_PROGRESS”

STATUS_REJECTED = 'REJECTED'

A constant which can be used with the status property of a MyRequest. This constant has a value of “REJECTED”

__init__(**kwargs)

Initializes a new MyRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this MyRequest.
  • ocid (str) – The value to assign to the ocid property of this MyRequest.
  • schemas (list[str]) – The value to assign to the schemas property of this MyRequest.
  • meta (oci.identity_domains.models.Meta) – The value to assign to the meta property of this MyRequest.
  • idcs_created_by (oci.identity_domains.models.IdcsCreatedBy) – The value to assign to the idcs_created_by property of this MyRequest.
  • idcs_last_modified_by (oci.identity_domains.models.IdcsLastModifiedBy) – The value to assign to the idcs_last_modified_by property of this MyRequest.
  • idcs_prevented_operations (list[str]) – The value to assign to the idcs_prevented_operations property of this MyRequest. Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • tags (list[oci.identity_domains.models.Tags]) – The value to assign to the tags property of this MyRequest.
  • delete_in_progress (bool) – The value to assign to the delete_in_progress property of this MyRequest.
  • idcs_last_upgraded_in_release (str) – The value to assign to the idcs_last_upgraded_in_release property of this MyRequest.
  • domain_ocid (str) – The value to assign to the domain_ocid property of this MyRequest.
  • compartment_ocid (str) – The value to assign to the compartment_ocid property of this MyRequest.
  • tenancy_ocid (str) – The value to assign to the tenancy_ocid property of this MyRequest.
  • justification (str) – The value to assign to the justification property of this MyRequest.
  • status (str) – The value to assign to the status property of this MyRequest. Allowed values for this property are: “CREATED”, “COMPLETE”, “IN_PROGRESS”, “APPROVED”, “REJECTED”, “CANCELED”, “EXPIRED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • action (str) – The value to assign to the action property of this MyRequest. Allowed values for this property are: “CANCEL”, “ESCALATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • expires (str) – The value to assign to the expires property of this MyRequest.
  • approval_details (list[oci.identity_domains.models.MyRequestApprovalDetails]) – The value to assign to the approval_details property of this MyRequest.
  • requestor (oci.identity_domains.models.MyRequestRequestor) – The value to assign to the requestor property of this MyRequest.
  • requesting (oci.identity_domains.models.MyRequestRequesting) – The value to assign to the requesting property of this MyRequest.
action

Gets the action of this MyRequest. Requestor can set action to CANCEL to cancel the request or to ESCALATE to escalate the request while the request status is IN_PROGRESS. Requestor can’t escalate the request if canceling or escalation is in progress.

Added In: 2307071836

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

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

Returns:The action of this MyRequest.
Return type:str
approval_details

Gets the approval_details of this MyRequest. Approvals created for this request.

Added In: 2307071836

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The approval_details of this MyRequest.
Return type:list[oci.identity_domains.models.MyRequestApprovalDetails]
compartment_ocid

Gets the compartment_ocid of this MyRequest. OCI Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The compartment_ocid of this MyRequest.
Return type:str
delete_in_progress

Gets the delete_in_progress of this MyRequest. A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The delete_in_progress of this MyRequest.
Return type:bool
domain_ocid

Gets the domain_ocid of this MyRequest. OCI Domain Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The domain_ocid of this MyRequest.
Return type:str
expires

Gets the expires of this MyRequest. Time by when Request expires

Added In: 2307071836

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Returns:The expires of this MyRequest.
Return type:str
id

Gets the id of this MyRequest. Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider’s entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: global
Returns:The id of this MyRequest.
Return type:str
idcs_created_by

Gets the idcs_created_by of this MyRequest.

Returns:The idcs_created_by of this MyRequest.
Return type:oci.identity_domains.models.IdcsCreatedBy
idcs_last_modified_by

Gets the idcs_last_modified_by of this MyRequest.

Returns:The idcs_last_modified_by of this MyRequest.
Return type:oci.identity_domains.models.IdcsLastModifiedBy
idcs_last_upgraded_in_release

Gets the idcs_last_upgraded_in_release of this MyRequest. The release number when the resource was upgraded.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The idcs_last_upgraded_in_release of this MyRequest.
Return type:str
idcs_prevented_operations

Gets the idcs_prevented_operations of this MyRequest. Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none

Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The idcs_prevented_operations of this MyRequest.
Return type:list[str]
justification

[Required] Gets the justification of this MyRequest. justification

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The justification of this MyRequest.
Return type:str
meta

Gets the meta of this MyRequest.

Returns:The meta of this MyRequest.
Return type:oci.identity_domains.models.Meta
ocid

Gets the ocid of this MyRequest. Unique OCI identifier for the SCIM Resource.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
Returns:The ocid of this MyRequest.
Return type:str
requesting

[Required] Gets the requesting of this MyRequest.

Returns:The requesting of this MyRequest.
Return type:oci.identity_domains.models.MyRequestRequesting
requestor

Gets the requestor of this MyRequest.

Returns:The requestor of this MyRequest.
Return type:oci.identity_domains.models.MyRequestRequestor
schemas

[Required] Gets the schemas of this MyRequest. REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard “enterprise” extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The schemas of this MyRequest.
Return type:list[str]
status

Gets the status of this MyRequest. status

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Allowed values for this property are: “CREATED”, “COMPLETE”, “IN_PROGRESS”, “APPROVED”, “REJECTED”, “CANCELED”, “EXPIRED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this MyRequest.
Return type:str
tags

Gets the tags of this MyRequest. A list of tags on this resource.

SCIM++ Properties:
  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
Returns:The tags of this MyRequest.
Return type:list[oci.identity_domains.models.Tags]
tenancy_ocid

Gets the tenancy_ocid of this MyRequest. OCI Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The tenancy_ocid of this MyRequest.
Return type:str