Class BetaManagedAgentsLimitedCredentialNetworkingResponse
-
- All Implemented Interfaces:
public final class BetaManagedAgentsLimitedCredentialNetworkingResponseThe secret is substituted only on requests to the listed hosts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsLimitedCredentialNetworkingResponse.BuilderA builder for BetaManagedAgentsLimitedCredentialNetworkingResponse.
public final classBetaManagedAgentsLimitedCredentialNetworkingResponse.Type
-
Method Summary
Modifier and Type Method Description final List<String>allowedHosts()Hostnames on which the secret will be substituted. final BetaManagedAgentsLimitedCredentialNetworkingResponse.Typetype()final JsonField<List<String>>_allowedHosts()Returns the raw JSON value of allowedHosts. final JsonField<BetaManagedAgentsLimitedCredentialNetworkingResponse.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsLimitedCredentialNetworkingResponse.BuildertoBuilder()final BetaManagedAgentsLimitedCredentialNetworkingResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsLimitedCredentialNetworkingResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingResponse. -
-
Method Detail
-
allowedHosts
final List<String> allowedHosts()
Hostnames on which the secret will be substituted. An entry matches the request host exactly; a
*.-prefixed entry matches any subdomain of the named domain but not the domain itself.
-
_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<BetaManagedAgentsLimitedCredentialNetworkingResponse.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 BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder toBuilder()
-
validate
final BetaManagedAgentsLimitedCredentialNetworkingResponse 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 BetaManagedAgentsLimitedCredentialNetworkingResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsLimitedCredentialNetworkingResponse.
The following fields are required:
.allowedHosts() .type()
-
-
-
-