MyRequestRequesting¶
-
class
oci.identity_domains.models.
MyRequestRequesting
(**kwargs)¶ Bases:
object
Requestable resource reference.
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: complex - uniqueness: none
Attributes
TYPE_APP
A constant which can be used with the type property of a MyRequestRequesting. TYPE_GROUP
A constant which can be used with the type property of a MyRequestRequesting. description
Gets the description of this MyRequestRequesting. display
Gets the display of this MyRequestRequesting. ref
Gets the ref of this MyRequestRequesting. type
[Required] Gets the type of this MyRequestRequesting. value
[Required] Gets the value of this MyRequestRequesting. Methods
__init__
(**kwargs)Initializes a new MyRequestRequesting object with values from keyword arguments. -
TYPE_APP
= 'App'¶ A constant which can be used with the type property of a MyRequestRequesting. This constant has a value of “App”
-
TYPE_GROUP
= 'Group'¶ A constant which can be used with the type property of a MyRequestRequesting. This constant has a value of “Group”
-
__init__
(**kwargs)¶ Initializes a new MyRequestRequesting 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 MyRequestRequesting.
- ref (str) – The value to assign to the ref property of this MyRequestRequesting.
- display (str) – The value to assign to the display property of this MyRequestRequesting.
- description (str) – The value to assign to the description property of this MyRequestRequesting.
- type (str) – The value to assign to the type property of this MyRequestRequesting. Allowed values for this property are: “Group”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
description
¶ Gets the description of this MyRequestRequesting. Resource description
Added In: 2307071836
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The description of this MyRequestRequesting. Return type: str
-
display
¶ Gets the display of this MyRequestRequesting. Resource display name
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this MyRequestRequesting. Return type: str
-
ref
¶ Gets the ref of this MyRequestRequesting. Resource URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this MyRequestRequesting. Return type: str
-
type
¶ [Required] Gets the type of this MyRequestRequesting. Requestable type. Allowed values are Group and App.
- SCIM++ Properties:
- caseExact: true
- idcsCsvAttributeName: Requestable Type
- idcsDefaultValue: Group
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “Group”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this MyRequestRequesting. Return type: str
-
value
¶ [Required] Gets the value of this MyRequestRequesting. Resource identifier
- SCIM++ Properties:
- caseExact: true
- idcsCsvAttributeName: requesting_id
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this MyRequestRequesting. Return type: str
-