IdcsLastModifiedBy¶
-
class
oci.identity_domains.models.
IdcsLastModifiedBy
(**kwargs)¶ Bases:
object
The User or App who modified the Resource
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: complex
Attributes
TYPE_APP
A constant which can be used with the type property of a IdcsLastModifiedBy. TYPE_USER
A constant which can be used with the type property of a IdcsLastModifiedBy. display
Gets the display of this IdcsLastModifiedBy. ocid
Gets the ocid of this IdcsLastModifiedBy. ref
Gets the ref of this IdcsLastModifiedBy. type
Gets the type of this IdcsLastModifiedBy. value
[Required] Gets the value of this IdcsLastModifiedBy. Methods
__init__
(**kwargs)Initializes a new IdcsLastModifiedBy object with values from keyword arguments. -
TYPE_APP
= 'App'¶ A constant which can be used with the type property of a IdcsLastModifiedBy. This constant has a value of “App”
-
TYPE_USER
= 'User'¶ A constant which can be used with the type property of a IdcsLastModifiedBy. This constant has a value of “User”
-
__init__
(**kwargs)¶ Initializes a new IdcsLastModifiedBy 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 IdcsLastModifiedBy.
- ref (str) – The value to assign to the ref property of this IdcsLastModifiedBy.
- type (str) – The value to assign to the type property of this IdcsLastModifiedBy. Allowed values for this property are: “User”, “App”, ‘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 IdcsLastModifiedBy.
- ocid (str) – The value to assign to the ocid property of this IdcsLastModifiedBy.
-
display
¶ Gets the display of this IdcsLastModifiedBy. The displayName of the User or App who modified this Resource
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this IdcsLastModifiedBy. Return type: str
-
ocid
¶ Gets the ocid of this IdcsLastModifiedBy. The OCID of the SCIM resource that represents the User or App who modified this Resource
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
Returns: The ocid of this IdcsLastModifiedBy. Return type: str
-
ref
¶ Gets the ref of this IdcsLastModifiedBy. The URI of the SCIM resource that represents the User or App who modified this Resource
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this IdcsLastModifiedBy. Return type: str
-
type
¶ Gets the type of this IdcsLastModifiedBy. The type of resource, User or App, that modified this Resource
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this IdcsLastModifiedBy. Return type: str
-
value
¶ [Required] Gets the value of this IdcsLastModifiedBy. The ID of the SCIM resource that represents the User or App who modified this Resource
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this IdcsLastModifiedBy. Return type: str
-