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