EnableLatestPolicyDetails¶
-
class
oci.fleet_apps_management.models.
EnableLatestPolicyDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new EnableLatestPolicyDetails object with values from keyword arguments. Attributes
can_latest_fams_policies_be_enabled
Gets the can_latest_fams_policies_be_enabled of this EnableLatestPolicyDetails. -
__init__
(**kwargs)¶ Initializes a new EnableLatestPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: can_latest_fams_policies_be_enabled (bool) – The value to assign to the can_latest_fams_policies_be_enabled property of this EnableLatestPolicyDetails.
-
can_latest_fams_policies_be_enabled
¶ Gets the can_latest_fams_policies_be_enabled of this EnableLatestPolicyDetails. A value determining if latest Fleet Application Management policies should be enabled
Returns: The can_latest_fams_policies_be_enabled of this EnableLatestPolicyDetails. Return type: bool
-