RestrictedOperation¶
- 
class oci.oda.models.RestrictedOperation(**kwargs)¶
- Bases: - object- Summary of a restricted operation for a Digital Assistant instance. - Methods - __init__(**kwargs)- Initializes a new RestrictedOperation object with values from keyword arguments. - Attributes - operation_name- [Required] Gets the operation_name of this RestrictedOperation. - restricting_service- [Required] Gets the restricting_service of this RestrictedOperation. - 
__init__(**kwargs)¶
- Initializes a new RestrictedOperation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - operation_name (str) – The value to assign to the operation_name property of this RestrictedOperation.
- restricting_service (str) – The value to assign to the restricting_service property of this RestrictedOperation.
 
 - 
operation_name¶
- [Required] Gets the operation_name of this RestrictedOperation. Name of the restricted operation. - Returns: - The operation_name of this RestrictedOperation. - Return type: - str 
 - 
restricting_service¶
- [Required] Gets the restricting_service of this RestrictedOperation. Name of the service restricting the operation. - Returns: - The restricting_service of this RestrictedOperation. - Return type: - str 
 
-