public sealed class ListMuteConfigsRequest : IPageRequest, IMessage<ListMuteConfigsRequest>, IEquatable<ListMuteConfigsRequest>, IDeepCloneable<ListMuteConfigsRequest>, IBufferMessage, IMessage
Request message for listing mute configs at a given scope e.g. organization, folder or project.
Implements
IPageRequest, IMessage<ListMuteConfigsRequest>, IEquatable<ListMuteConfigsRequest>, IDeepCloneable<ListMuteConfigsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListMuteConfigsRequest()
public ListMuteConfigsRequest()
ListMuteConfigsRequest(ListMuteConfigsRequest)
public ListMuteConfigsRequest(ListMuteConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListMuteConfigsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of configs to return. The service may return fewer than this value. If unspecified, at most 10 configs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListMuteConfigs
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMuteConfigs
must
match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent, which owns the collection of mute configs. Its format is "organizations/[organization_id]", "folders/[folder_id]", "projects/[project_id]".
Property Value | |
---|---|
Type | Description |
String |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }
FolderName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
FolderName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |