Google Cloud Security Command Center v1 API - Class GetResourceValueConfigRequest (3.23.0)

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

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

Request message to get resource value config

Inheritance

object > GetResourceValueConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GetResourceValueConfigRequest()

public GetResourceValueConfigRequest()

GetResourceValueConfigRequest(GetResourceValueConfigRequest)

public GetResourceValueConfigRequest(GetResourceValueConfigRequest other)
Parameter
Name Description
other GetResourceValueConfigRequest

Properties

Name

public string Name { get; set; }

Required. Name of the resource value config to retrieve. Its format is organizations/{organization}/resourceValueConfigs/{config_id}.

Property Value
Type Description
string

ResourceValueConfigName

public ResourceValueConfigName ResourceValueConfigName { get; set; }

ResourceValueConfigName-typed view over the Name resource name property.

Property Value
Type Description
ResourceValueConfigName