@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityEntityConfigRisks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HAS_IDENTITY_RISK |
static String |
JSON_PROPERTY_HAS_MISCONFIGURATION |
static String |
JSON_PROPERTY_HAS_PRIVILEGED_ROLE |
static String |
JSON_PROPERTY_IS_PRIVILEGED |
static String |
JSON_PROPERTY_IS_PRODUCTION |
static String |
JSON_PROPERTY_IS_PUBLICLY_ACCESSIBLE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityEntityConfigRisks() |
SecurityEntityConfigRisks(Boolean hasIdentityRisk,
Boolean hasMisconfiguration,
Boolean hasPrivilegedRole,
Boolean isPrivileged,
Boolean isProduction,
Boolean isPubliclyAccessible) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityEntityConfigRisks object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getHasIdentityRisk()
Whether the entity has identity risks
|
Boolean |
getHasMisconfiguration()
Whether the entity has misconfigurations
|
Boolean |
getHasPrivilegedRole()
Whether the entity has privileged roles
|
Boolean |
getIsPrivileged()
Whether the entity has privileged access
|
Boolean |
getIsProduction()
Whether the entity is in a production environment
|
Boolean |
getIsPubliclyAccessible()
Whether the entity is publicly accessible
|
int |
hashCode() |
SecurityEntityConfigRisks |
hasIdentityRisk(Boolean hasIdentityRisk) |
SecurityEntityConfigRisks |
hasMisconfiguration(Boolean hasMisconfiguration) |
SecurityEntityConfigRisks |
hasPrivilegedRole(Boolean hasPrivilegedRole) |
SecurityEntityConfigRisks |
isPrivileged(Boolean isPrivileged) |
SecurityEntityConfigRisks |
isProduction(Boolean isProduction) |
SecurityEntityConfigRisks |
isPubliclyAccessible(Boolean isPubliclyAccessible) |
SecurityEntityConfigRisks |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHasIdentityRisk(Boolean hasIdentityRisk) |
void |
setHasMisconfiguration(Boolean hasMisconfiguration) |
void |
setHasPrivilegedRole(Boolean hasPrivilegedRole) |
void |
setIsPrivileged(Boolean isPrivileged) |
void |
setIsProduction(Boolean isProduction) |
void |
setIsPubliclyAccessible(Boolean isPubliclyAccessible) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HAS_IDENTITY_RISK
public static final String JSON_PROPERTY_HAS_MISCONFIGURATION
public static final String JSON_PROPERTY_HAS_PRIVILEGED_ROLE
public static final String JSON_PROPERTY_IS_PRIVILEGED
public static final String JSON_PROPERTY_IS_PRODUCTION
public static final String JSON_PROPERTY_IS_PUBLICLY_ACCESSIBLE
public SecurityEntityConfigRisks hasIdentityRisk(Boolean hasIdentityRisk)
public Boolean getHasIdentityRisk()
public void setHasIdentityRisk(Boolean hasIdentityRisk)
public SecurityEntityConfigRisks hasMisconfiguration(Boolean hasMisconfiguration)
public Boolean getHasMisconfiguration()
public void setHasMisconfiguration(Boolean hasMisconfiguration)
public SecurityEntityConfigRisks hasPrivilegedRole(Boolean hasPrivilegedRole)
public Boolean getHasPrivilegedRole()
public void setHasPrivilegedRole(Boolean hasPrivilegedRole)
public SecurityEntityConfigRisks isPrivileged(Boolean isPrivileged)
public Boolean getIsPrivileged()
public void setIsPrivileged(Boolean isPrivileged)
public SecurityEntityConfigRisks isProduction(Boolean isProduction)
public Boolean getIsProduction()
public void setIsProduction(Boolean isProduction)
public SecurityEntityConfigRisks isPubliclyAccessible(Boolean isPubliclyAccessible)
public Boolean getIsPubliclyAccessible()
public void setIsPubliclyAccessible(Boolean isPubliclyAccessible)
public SecurityEntityConfigRisks 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.