Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.MuteConfigsResource

The "muteConfigs" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.MuteConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.MuteConfigsResource

Constructors

MuteConfigsResource(IClientService)

Constructs a new resource.

Declaration
public MuteConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Declaration
public virtual OrganizationsResource.LocationsResource.MuteConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
OrganizationsResource.LocationsResource.MuteConfigsResource.DeleteRequest

Get(string)

Declaration
public virtual OrganizationsResource.LocationsResource.MuteConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
OrganizationsResource.LocationsResource.MuteConfigsResource.GetRequest

Patch(GoogleCloudSecuritycenterV1MuteConfig, string)

Declaration
public virtual OrganizationsResource.LocationsResource.MuteConfigsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1MuteConfig body, string name)
Parameters
Type Name Description
GoogleCloudSecuritycenterV1MuteConfig body

The body of the request.

string name

null

Returns
Type Description
OrganizationsResource.LocationsResource.MuteConfigsResource.PatchRequest
In this article
Back to top Generated by DocFX