public sealed class CreateMuteConfigRequest : IMessage<CreateMuteConfigRequest>, IEquatable<CreateMuteConfigRequest>, IDeepCloneable<CreateMuteConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class CreateMuteConfigRequest.
Request message for creating a mute config.
Implements
IMessageCreateMuteConfigRequest, IEquatableCreateMuteConfigRequest, IDeepCloneableCreateMuteConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
CreateMuteConfigRequest()
public CreateMuteConfigRequest()CreateMuteConfigRequest(CreateMuteConfigRequest)
public CreateMuteConfigRequest(CreateMuteConfigRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateMuteConfigRequest | 
Properties
MuteConfig
public MuteConfig MuteConfig { get; set; }Required. The mute config being created.
| Property Value | |
|---|---|
| Type | Description | 
| MuteConfig | |
MuteConfigId
public string MuteConfigId { get; set; }Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Parent
public string Parent { get; set; }Required. Resource name of the new mute configs's parent. 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 | |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }FolderName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| FolderName | |
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 | |
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 | |