AppServiceParams¶
-
class
oci.identity_domains.models.
AppServiceParams
(**kwargs)¶ Bases:
object
Custom attribute that is required to compute other attribute values during app creation.
Methods
__init__
(**kwargs)Initializes a new AppServiceParams object with values from keyword arguments. Attributes
name
[Required] Gets the name of this AppServiceParams. value
Gets the value of this AppServiceParams. -
__init__
(**kwargs)¶ Initializes a new AppServiceParams object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AppServiceParams.
- value (str) – The value to assign to the value property of this AppServiceParams.
-
name
¶ [Required] Gets the name of this AppServiceParams. The name of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this AppServiceParams. Return type: str
-
value
¶ Gets the value of this AppServiceParams. The value of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppServiceParams. Return type: str
-