public class ApiScopedVariable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
application
A string value of the name of the application the variable is associated with, or null if it's not associated
|
java.lang.String |
applicationGroup
A string value of the name of the application-group the variable is associated with, or null if it's not associated
|
java.lang.String |
environment
A string value of the name of the environment the variable is associated with, or null if it's not associated
|
java.lang.String |
name
A string value of the variable name
|
java.lang.String |
role
A string value of the name of the role the variable is associated with, or null if it's not associated
|
java.lang.Boolean |
sensitive
A boolean to indicate a sensitive variable that's obscured from casual viewing in the UI
|
java.lang.String |
server
A string value of the name of the server the variable is associated with, or null if it's not associated
|
java.lang.String |
value
A string value of the variable value
|
| Constructor and Description |
|---|
ApiScopedVariable() |
public java.lang.String name
public java.lang.String value
public java.lang.Boolean sensitive
public java.lang.String server
public java.lang.String role
public java.lang.String environment
public java.lang.String application
@SerializedName(value="application-group") public java.lang.String applicationGroup