ClosePrivilegedApiRequestDetails¶
- 
class oci.apiaccesscontrol.models.ClosePrivilegedApiRequestDetails(**kwargs)¶
- Bases: - object- The information about closing PrivilegedApiRequest. - Methods - __init__(**kwargs)- Initializes a new ClosePrivilegedApiRequestDetails object with values from keyword arguments. - Attributes - description- Gets the description of this ClosePrivilegedApiRequestDetails. - 
__init__(**kwargs)¶
- Initializes a new ClosePrivilegedApiRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - description (str) – The value to assign to the description property of this ClosePrivilegedApiRequestDetails. 
 - 
description¶
- Gets the description of this ClosePrivilegedApiRequestDetails. description about why the request is closed - Returns: - The description of this ClosePrivilegedApiRequestDetails. - Return type: - str 
 
-