Class OrganizationsResource.MuteConfigsResource
The "muteConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.MuteConfigsResource
Constructors
MuteConfigsResource(IClientService)
Constructs a new resource.
Declaration
public MuteConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudSecuritycenterV1MuteConfig, string)
Creates a mute config.
Declaration
public virtual OrganizationsResource.MuteConfigsResource.CreateRequest Create(GoogleCloudSecuritycenterV1MuteConfig body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudSecuritycenterV1MuteConfig | body | The body of the request. |
string | parent | Required. Resource name of the new mute configs's parent. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.MuteConfigsResource.CreateRequest |
Delete(string)
Deletes an existing mute config.
Declaration
public virtual OrganizationsResource.MuteConfigsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the mute config to delete. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.MuteConfigsResource.DeleteRequest |
Get(string)
Gets a mute config.
Declaration
public virtual OrganizationsResource.MuteConfigsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the mute config to retrieve. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.MuteConfigsResource.GetRequest |
List(string)
Lists mute configs.
Declaration
public virtual OrganizationsResource.MuteConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns the collection of mute configs. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.MuteConfigsResource.ListRequest |
Patch(GoogleCloudSecuritycenterV1MuteConfig, string)
Updates a mute config.
Declaration
public virtual OrganizationsResource.MuteConfigsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1MuteConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudSecuritycenterV1MuteConfig | body | The body of the request. |
string | name | This field will be ignored if provided on config creation. Format
|
Returns
Type | Description |
---|---|
OrganizationsResource.MuteConfigsResource.PatchRequest |