Class BetaManagedAgentsUnrestrictedCredentialNetworkingResponse
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUnrestrictedCredentialNetworkingResponseThe secret is substituted on any host the session's Environment network policy permits egress to.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsUnrestrictedCredentialNetworkingResponse.BuilderA builder for BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.
public final classBetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Typetype()final JsonField<BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.BuildertoBuilder()final BetaManagedAgentsUnrestrictedCredentialNetworkingResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsUnrestrictedCredentialNetworkingResponse. -
-
Method Detail
-
_type
final JsonField<BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.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 BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Builder toBuilder()
-
validate
final BetaManagedAgentsUnrestrictedCredentialNetworkingResponse 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 BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsUnrestrictedCredentialNetworkingResponse.
The following fields are required:
.type()
-
-
-
-