Google Cloud Logging v2 API - Class GetCmekSettingsRequest (4.3.0)

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

Reference documentation and code samples for the Google Cloud Logging v2 API class GetCmekSettingsRequest.

The parameters to [GetCmekSettings][google.logging.v2.ConfigServiceV2.GetCmekSettings].

See Enabling CMEK for Log Router for more information.

Inheritance

object > GetCmekSettingsRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetCmekSettingsRequest()

public GetCmekSettingsRequest()

GetCmekSettingsRequest(GetCmekSettingsRequest)

public GetCmekSettingsRequest(GetCmekSettingsRequest other)
Parameter
NameDescription
otherGetCmekSettingsRequest

Properties

CmekSettingsName

public CmekSettingsName CmekSettingsName { get; set; }

CmekSettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
CmekSettingsName

Name

public string Name { get; set; }

Required. The resource for which to retrieve CMEK settings.

"projects/[PROJECT_ID]/cmekSettings"
"organizations/[ORGANIZATION_ID]/cmekSettings"
"billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings"
"folders/[FOLDER_ID]/cmekSettings"

For example:

"organizations/12345/cmekSettings"

Note: CMEK for the Log Router can be configured for Google Cloud projects, folders, organizations and billing accounts. Once configured for an organization, it applies to all projects and folders in the Google Cloud organization.

Property Value
TypeDescription
string