Google Cloud Security Command Center v1 API - Class CreateMuteConfigRequest (3.17.0)

public sealed class CreateMuteConfigRequest : IMessage<CreateMuteConfigRequest>, IEquatable<CreateMuteConfigRequest>, IDeepCloneable<CreateMuteConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CreateMuteConfigRequest.

Request message for creating a mute config.

Inheritance

object > CreateMuteConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CreateMuteConfigRequest()

public CreateMuteConfigRequest()

CreateMuteConfigRequest(CreateMuteConfigRequest)

public CreateMuteConfigRequest(CreateMuteConfigRequest other)
Parameter
NameDescription
otherCreateMuteConfigRequest

Properties

MuteConfig

public MuteConfig MuteConfig { get; set; }

Required. The mute config being created.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

Property Value
TypeDescription
string

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName