File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -544,14 +544,14 @@ class LogsDestinationDetails(JSONObject):
544544 - access_key_id: str - The unique identifier assigned to the Object Storage key required for authentication to the bucket.
545545 - bucket_name: str - The name of the Object Storage bucket.
546546 - host: str - The hostname where the Object Storage bucket can be accessed.
547- - path: str - The specific path in an Object Storage bucket where audit logs files are uploaded.
547+ - path: Optional[ str] - The specific path in an Object Storage bucket where audit logs files are uploaded. May be absent or None in API responses .
548548 """
549549
550550 access_key_id : str = ""
551551 access_key_secret : Optional [str ] = None
552552 bucket_name : str = ""
553553 host : str = ""
554- path : str = ""
554+ path : Optional [ str ] = None
555555
556556
557557class LogsDestinationHistory (Base ):
You can’t perform that action at this time.
0 commit comments