PolicySetting

PolicySetting
actorActorThe actor information for the setting creator.
defaultBooleanIf true this value is derived from the default value of the type.
exceptionIntThe number of settings that this setting is an exception to.
inputString
isCalculatedBooleanIf true this setting contains calculated inputs e.g. templateInput and template.
noteStringOptional note annotating this setting.
orphanIntThe number of settings that this setting is orphaned by.
policyHierarchyPolicyHierarchyThe resource policyHierarchy for this setting, including attached smart folders.
policyValuesPolicyValuesReturns any policyValues for this PolicySetting that you have permission to get, subject to the optional filter and paging arguments.
precedencePolicySettingPrecedence!The precedence for this setting.
resourceResourceThe resource this setting is set on.
secretValueScalarThe unencrypted value in JSON format. You must have Turbot/Admin permissions granted on this setting's resource or above to call this field.
secretValueSourceStringThe unencrypted raw value in YAML format. If the setting was made via YAML template including comments, these will be included here. You must have Turbot/Admin permissions granted on this setting's resource or above to call this field.
templateStringThe Nunjucks template if this setting is for a calculated value.
templateInputScalarThe GraphQL input query if this setting is for a calculated value.
turbotTurbotPolicySettingMetadata!Turbot metadata for this setting.
typePolicyTypeThe type information for this setting.
validFromTimestampStringThe validFromTimestamp for this setting.
validToTimestampStringThe validToTimestamp for this setting.
valueJSONThe value in JSON format
valueSourceScalarThe raw value in YAML format. If the setting was made via YAML template including comments, these will be included here.