Security Command Center v2 API - Class ListNotificationConfigsRequest (1.0.0-beta03)

public sealed class ListNotificationConfigsRequest : IPageRequest, IMessage<ListNotificationConfigsRequest>, IEquatable<ListNotificationConfigsRequest>, IDeepCloneable<ListNotificationConfigsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class ListNotificationConfigsRequest.

Request message for listing notification configs.

Inheritance

object > ListNotificationConfigsRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListNotificationConfigsRequest()

public ListNotificationConfigsRequest()

ListNotificationConfigsRequest(ListNotificationConfigsRequest)

public ListNotificationConfigsRequest(ListNotificationConfigsRequest other)
Parameter
Name Description
other ListNotificationConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListNotificationConfigsResponse; indicates that this is a continuation of a prior ListNotificationConfigs call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of the parent in which to list the notification configurations. Its format is "organizations/[organization_id]/locations/[location_id]", "folders/[folder_id]/locations/[location_id]", or "projects/[project_id]/locations/[location_id]".

Property Value
Type Description
string

ParentAsFolderLocationName

public FolderLocationName ParentAsFolderLocationName { get; set; }

FolderLocationName-typed view over the Parent resource name property.

Property Value
Type Description
FolderLocationName

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName