PrivilegedApiRequestOperationDetails¶
- 
class oci.apiaccesscontrol.models.PrivilegedApiRequestOperationDetails(**kwargs)¶
- Bases: - object- It represents the api details of the service - Methods - __init__(**kwargs)- Initializes a new PrivilegedApiRequestOperationDetails object with values from keyword arguments. - Attributes - api_name- [Required] Gets the api_name of this PrivilegedApiRequestOperationDetails. - attribute_names- Gets the attribute_names of this PrivilegedApiRequestOperationDetails. - 
__init__(**kwargs)¶
- Initializes a new PrivilegedApiRequestOperationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - api_name (str) – The value to assign to the api_name property of this PrivilegedApiRequestOperationDetails.
- attribute_names (list[str]) – The value to assign to the attribute_names property of this PrivilegedApiRequestOperationDetails.
 
 - 
api_name¶
- [Required] Gets the api_name of this PrivilegedApiRequestOperationDetails. name of the api which needs to be protected. - Returns: - The api_name of this PrivilegedApiRequestOperationDetails. - Return type: - str 
 - 
attribute_names¶
- Gets the attribute_names of this PrivilegedApiRequestOperationDetails. list of attributes belonging to the above api which needs to be protected. - Returns: - The attribute_names of this PrivilegedApiRequestOperationDetails. - Return type: - list[str] 
 
-