GenerateComplianceReportDetails¶
-
class
oci.fleet_apps_management.models.
GenerateComplianceReportDetails
(**kwargs)¶ Bases:
object
Request to generate compliance report for the fleet.
Methods
__init__
(**kwargs)Initializes a new GenerateComplianceReportDetails object with values from keyword arguments. Attributes
are_details_required
Gets the are_details_required of this GenerateComplianceReportDetails. -
__init__
(**kwargs)¶ Initializes a new GenerateComplianceReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: are_details_required (str) – The value to assign to the are_details_required property of this GenerateComplianceReportDetails.
-
are_details_required
¶ Gets the are_details_required of this GenerateComplianceReportDetails. A value that specifies if compliance details are required at the target level also? Allowed values are N and Y.
Returns: The are_details_required of this GenerateComplianceReportDetails. Return type: str
-