INPUT_OBJECT
CreateCloudNativeLabelRuleInput
Description
Input required to create a cloud-native label rule.
link GraphQL Schema definition
- input CreateCloudNativeLabelRuleInput {
- # Specifies whether this label rule apply to all cloud accounts.
- : Boolean
- # Cloud native accounts on which label rule will be applied.
- : CloudNativeIds
- # Label key-value pair for label rule.
- : LabelType!
- # Name of the label rule.
- : String!
- # Type of managed object on which label rule will be applied.
- : CloudNativeLabelObjectType!
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : TagRuleSlaAssignType
- # Deprecated: use bulkAssignSlas to assign SLA Domain to tag rule.
- : UUID
- }