Class BetaManagedAgentsLimitedCredentialNetworkingParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsLimitedCredentialNetworkingParamsSubstitute the secret only on requests to the listed hosts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsLimitedCredentialNetworkingParams.BuilderA builder for BetaManagedAgentsLimitedCredentialNetworkingParams.
public final classBetaManagedAgentsLimitedCredentialNetworkingParams.Type
-
Method Summary
Modifier and Type Method Description final List<String>allowedHosts()Hostnames on which the secret will be substituted. final BetaManagedAgentsLimitedCredentialNetworkingParams.Typetype()final JsonField<List<String>>_allowedHosts()Returns the raw JSON value of allowedHosts. final JsonField<BetaManagedAgentsLimitedCredentialNetworkingParams.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsLimitedCredentialNetworkingParams.BuildertoBuilder()final BetaManagedAgentsLimitedCredentialNetworkingParamsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsLimitedCredentialNetworkingParams.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingParams. -
-
Method Detail
-
allowedHosts
final List<String> allowedHosts()
Hostnames on which the secret will be substituted. Each entry is a bare hostname (
api.example.com), an IPv4 address (192.0.2.1), or a*.-prefixed wildcard (*.example.com). URLs, ports, paths, and IPv6 addresses are not accepted. At most 16 entries.
-
_allowedHosts
final JsonField<List<String>> _allowedHosts()
Returns the raw JSON value of allowedHosts.
Unlike allowedHosts, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsLimitedCredentialNetworkingParams.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 BetaManagedAgentsLimitedCredentialNetworkingParams.Builder toBuilder()
-
validate
final BetaManagedAgentsLimitedCredentialNetworkingParams 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 BetaManagedAgentsLimitedCredentialNetworkingParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingParams.
The following fields are required:
.allowedHosts() .type()
-
-
-
-