Class BetaManagedAgentsEnvironmentVariableCreateParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsEnvironmentVariableCreateParamsParameters for creating an environment variable credential.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsEnvironmentVariableCreateParams.BuilderA builder for BetaManagedAgentsEnvironmentVariableCreateParams.
public final classBetaManagedAgentsEnvironmentVariableCreateParams.Type
-
Method Summary
-
-
Method Detail
-
networking
final BetaManagedAgentsCredentialNetworkingParams networking()
Outbound hosts the secret value is substituted on.
-
secretName
final String secretName()
Name of the environment variable. Immutable after create.
-
secretValue
final String secretValue()
Secret value. Write-only; never returned in responses.
-
_networking
final JsonField<BetaManagedAgentsCredentialNetworkingParams> _networking()
Returns the raw JSON value of networking.
Unlike networking, this method doesn't throw if the JSON field has an unexpected type.
-
_secretName
final JsonField<String> _secretName()
Returns the raw JSON value of secretName.
Unlike secretName, this method doesn't throw if the JSON field has an unexpected type.
-
_secretValue
final JsonField<String> _secretValue()
Returns the raw JSON value of secretValue.
Unlike secretValue, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsEnvironmentVariableCreateParams.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsEnvironmentVariableCreateParams.Builder toBuilder()
-
validate
final BetaManagedAgentsEnvironmentVariableCreateParams validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsEnvironmentVariableCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableCreateParams.
The following fields are required:
.networking() .secretName() .secretValue() .type()
-
-
-
-