Class ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource
The "backendAuthenticationConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource
Constructors
BackendAuthenticationConfigsResource(IClientService)
Constructs a new resource.
Declaration
public BackendAuthenticationConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(BackendAuthenticationConfig, string)
Creates a new BackendAuthenticationConfig in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.CreateRequest Create(BackendAuthenticationConfig body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BackendAuthenticationConfig | body | The body of the request. |
string | parent | Required. The parent resource of the BackendAuthenticationConfig. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.CreateRequest |
Delete(string)
Deletes a single BackendAuthenticationConfig to BackendAuthenticationConfig.
Declaration
public virtual ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the BackendAuthenticationConfig to delete. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.DeleteRequest |
Get(string)
Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
Declaration
public virtual ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the BackendAuthenticationConfig to get. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.GetRequest |
List(string)
Lists BackendAuthenticationConfigs in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The project and location from which the BackendAuthenticationConfigs should be listed,
specified in the format |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.ListRequest |
Patch(BackendAuthenticationConfig, string)
Updates the parameters of a single BackendAuthenticationConfig to BackendAuthenticationConfig.
Declaration
public virtual ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.PatchRequest Patch(BackendAuthenticationConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
BackendAuthenticationConfig | body | The body of the request. |
string | name | Required. Name of the BackendAuthenticationConfig resource. It matches the pattern
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.PatchRequest |