public static class TagRulesApi.ListTagRulesOptionalParameters extends Object
| Constructor and Description |
|---|
ListTagRulesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
TagRulesApi.ListTagRulesOptionalParameters |
filterSource(TagRuleSource filterSource)
Set filterSource.
|
TagRulesApi.ListTagRulesOptionalParameters |
include(TagRuleInclude include)
Set include.
|
TagRulesApi.ListTagRulesOptionalParameters |
includeDeleted(Boolean includeDeleted)
Set includeDeleted.
|
TagRulesApi.ListTagRulesOptionalParameters |
includeDisabled(Boolean includeDisabled)
Set includeDisabled.
|
TagRulesApi.ListTagRulesOptionalParameters |
tsEnd(Long tsEnd)
Set tsEnd.
|
TagRulesApi.ListTagRulesOptionalParameters |
tsStart(Long tsStart)
Set tsStart.
|
public TagRulesApi.ListTagRulesOptionalParameters includeDisabled(Boolean includeDisabled)
includeDisabled - Whether to include rules that are currently disabled. Defaults to
false. (optional)public TagRulesApi.ListTagRulesOptionalParameters includeDeleted(Boolean includeDeleted)
includeDeleted - Whether to include rules that have been soft-deleted. Defaults to
false. (optional)public TagRulesApi.ListTagRulesOptionalParameters include(TagRuleInclude include)
include - Comma-separated list of related resources to include alongside each rule in
the response. Currently the only supported value is score. (optional)public TagRulesApi.ListTagRulesOptionalParameters filterSource(TagRuleSource filterSource)
filterSource - Restrict the result set to rules whose source matches the given value.
(optional)public TagRulesApi.ListTagRulesOptionalParameters tsStart(Long tsStart)
tsStart - Start of the time window used for compliance score computation, as a Unix
timestamp in milliseconds. Defaults to a recent window appropriate for the source.
(optional)public TagRulesApi.ListTagRulesOptionalParameters tsEnd(Long tsEnd)
tsEnd - End of the time window used for compliance score computation, as a Unix
timestamp in milliseconds. Must be in the past and greater than ts_start.
(optional)Copyright © 2026. All rights reserved.