SettingsPolicyApiDTO
Description
Model to describe a Setting Policy: a group of Settings that are applied based on Scope and/or Schedule
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- entityType
-
-
type: string
-
description: Type of the Settings Policy. E.G. VirtualMachine, PhysicalMachine, ...
-
- scopes
-
-
type: array
-
description: List of scopes where the settings are applied, on create/edit, only Uuid is required. If null it's considered Global scope
-
-
reference: GroupApiDTO
-
-
- settingsManagers
-
-
type: array
-
description: List of groups of Settings to activate in this Policy
-
-
reference: SettingsManagerApiDTO
-
-
- onPremCostsManagers
-
-
type: array
-
description: List of groups of Settings to activate for on prem costs policy
-
-
reference: OnPremCostsManagerApiDTO
-
-
- schedule
-
-
description: Schedule to define when the settings are applied
-
reference: ScheduleApiDTO
-
- disabled
-
-
type: boolean
-
description: Control if the policy is Enabled or Disabled
-
- note
-
-
type: string
-
description: Note for this Policy
-
- readOnly
-
-
type: boolean
-
description: If true, prevents users from deleting or modifying the SettingPolicy.
-
- default
-
-
type: boolean
-