Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::CreateBackendAuthenticationConfigRequest (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateBackendAuthenticationConfigRequest.

Request used by the CreateBackendAuthenticationConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#backend_authentication_config

def backend_authentication_config() -> ::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig
Returns

#backend_authentication_config=

def backend_authentication_config=(value) -> ::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig
Parameter
Returns

#backend_authentication_config_id

def backend_authentication_config_id() -> ::String
Returns
  • (::String) — Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config".

#backend_authentication_config_id=

def backend_authentication_config_id=(value) -> ::String
Parameter
  • value (::String) — Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config".
Returns
  • (::String) — Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config".

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the BackendAuthenticationConfig. Must be in the format projects/*/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the BackendAuthenticationConfig. Must be in the format projects/*/locations/{location}.
Returns
  • (::String) — Required. The parent resource of the BackendAuthenticationConfig. Must be in the format projects/*/locations/{location}.