@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ExecutionPolicyScope extends Object
kubernetes, scripts,
or remote_action_rshell can be set. An empty object means the policy has no scope
restriction.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KUBERNETES |
static String |
JSON_PROPERTY_REMOTE_ACTION_RSHELL |
static String |
JSON_PROPERTY_SCRIPTS |
boolean |
unparsed |
| Constructor and Description |
|---|
ExecutionPolicyScope() |
public boolean unparsed
public static final String JSON_PROPERTY_KUBERNETES
public static final String JSON_PROPERTY_REMOTE_ACTION_RSHELL
public static final String JSON_PROPERTY_SCRIPTS
public ExecutionPolicyScope kubernetes(ExecutionPolicyKubernetesScope kubernetes)
@Nullable public ExecutionPolicyKubernetesScope getKubernetes()
public void setKubernetes(ExecutionPolicyKubernetesScope kubernetes)
public ExecutionPolicyScope remoteActionRshell(ExecutionPolicyRemoteActionRshellScope remoteActionRshell)
@Nullable public ExecutionPolicyRemoteActionRshellScope getRemoteActionRshell()
public void setRemoteActionRshell(ExecutionPolicyRemoteActionRshellScope remoteActionRshell)
public ExecutionPolicyScope scripts(ExecutionPolicyScriptScope scripts)
@Nullable public ExecutionPolicyScriptScope getScripts()
public void setScripts(ExecutionPolicyScriptScope scripts)
public ExecutionPolicyScope putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.