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