Class BetaManagedAgentsEnvironmentVariableAuthResponse
-
- All Implemented Interfaces:
public final class BetaManagedAgentsEnvironmentVariableAuthResponseEnvironment variable credential details. The secret value is never returned.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsEnvironmentVariableAuthResponse.BuilderA builder for BetaManagedAgentsEnvironmentVariableAuthResponse.
public final classBetaManagedAgentsEnvironmentVariableAuthResponse.NetworkingOutbound hosts the secret value is substituted on.
public final classBetaManagedAgentsEnvironmentVariableAuthResponse.Type
-
Method Summary
-
-
Method Detail
-
networking
final BetaManagedAgentsEnvironmentVariableAuthResponse.Networking networking()
Outbound hosts the secret value is substituted on.
-
secretName
final String secretName()
Name of the environment variable.
-
_networking
final JsonField<BetaManagedAgentsEnvironmentVariableAuthResponse.Networking> _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.
-
_type
final JsonField<BetaManagedAgentsEnvironmentVariableAuthResponse.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 BetaManagedAgentsEnvironmentVariableAuthResponse.Builder toBuilder()
-
validate
final BetaManagedAgentsEnvironmentVariableAuthResponse 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 BetaManagedAgentsEnvironmentVariableAuthResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsEnvironmentVariableAuthResponse.
The following fields are required:
.networking() .secretName() .type()
-
-
-
-