Show / Hide Table of Contents

Class OrganizationsResource.NotificationConfigsResource

The "notificationConfigs" collection of methods.

Inheritance
object
OrganizationsResource.NotificationConfigsResource
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.NotificationConfigsResource

Constructors

NotificationConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(NotificationConfig, string)

Declaration
public virtual OrganizationsResource.NotificationConfigsResource.CreateRequest Create(NotificationConfig body, string parent)
Parameters
Type Name Description
NotificationConfig body

The body of the request.

string parent

null

Returns
Type Description
OrganizationsResource.NotificationConfigsResource.CreateRequest

Delete(string)

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

null

Returns
Type Description
OrganizationsResource.NotificationConfigsResource.DeleteRequest

Get(string)

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

null

Returns
Type Description
OrganizationsResource.NotificationConfigsResource.GetRequest

List(string)

Declaration
public virtual OrganizationsResource.NotificationConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
OrganizationsResource.NotificationConfigsResource.ListRequest

Patch(NotificationConfig, string)

Declaration
public virtual OrganizationsResource.NotificationConfigsResource.PatchRequest Patch(NotificationConfig body, string name)
Parameters
Type Name Description
NotificationConfig body

The body of the request.

string name

null

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