| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SecretRuleDataAttributes |
SecretRuleDataAttributes.addDefaultIncludedKeywordsItem(String defaultIncludedKeywordsItem) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.addValidatorsItem(String validatorsItem) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.defaultIncludedKeywords(List<String> defaultIncludedKeywords) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.description(String description) |
SecretRuleDataAttributes |
SecretRuleData.getAttributes()
The attributes of a secret detection rule, including its pattern, priority, and validation
configuration.
|
SecretRuleDataAttributes |
SecretRuleDataAttributes.license(String license) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.matchValidation(SecretRuleDataAttributesMatchValidation matchValidation) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.name(String name) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.pattern(String pattern) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.priority(String priority) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecretRuleDataAttributes |
SecretRuleDataAttributes.sdsId(String sdsId) |
SecretRuleDataAttributes |
SecretRuleDataAttributes.validators(List<String> validators) |
| Modifier and Type | Method and Description |
|---|---|
SecretRuleData |
SecretRuleData.attributes(SecretRuleDataAttributes attributes) |
void |
SecretRuleData.setAttributes(SecretRuleDataAttributes attributes) |
Copyright © 2026. All rights reserved.