AppAppResources¶
-
class
oci.identity_domains.models.
AppAppResources
(**kwargs)¶ Bases:
object
A list of AppResources of this App.
Added In: 19.2.1
SCIM++ Properties: - caseExact: true - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex
Methods
__init__
(**kwargs)Initializes a new AppAppResources object with values from keyword arguments. Attributes
ref
Gets the ref of this AppAppResources. value
[Required] Gets the value of this AppAppResources. -
__init__
(**kwargs)¶ Initializes a new AppAppResources 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 AppAppResources.
- ref (str) – The value to assign to the ref property of this AppAppResources.
-
ref
¶ Gets the ref of this AppAppResources. The URI of an AppResource of this App.
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppAppResources. Return type: str
-
value
¶ [Required] Gets the value of this AppAppResources. The id of an AppResource of this App.
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppAppResources. Return type: str
-