Class BetaManagedAgentsEnvironmentVariableUpdateParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsEnvironmentVariableUpdateParamsParameters for updating an environment variable credential.
secret_nameis immutable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsEnvironmentVariableUpdateParams.BuilderA builder for BetaManagedAgentsEnvironmentVariableUpdateParams.
public final classBetaManagedAgentsEnvironmentVariableUpdateParams.Type
-
Method Summary
-
-
Method Detail
-
networking
final Optional<BetaManagedAgentsCredentialNetworkingParams> networking()
Updated networking scope. Full replacement.
-
secretValue
final Optional<String> secretValue()
Updated secret value.
-
_type
final JsonField<BetaManagedAgentsEnvironmentVariableUpdateParams.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsEnvironmentVariableUpdateParams.Builder toBuilder()
-
validate
final BetaManagedAgentsEnvironmentVariableUpdateParams 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 BetaManagedAgentsEnvironmentVariableUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableUpdateParams.
The following fields are required:
.type()
-
-
-
-