Class: Google::Cloud::Kms::V1::CreateKeyRingRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb

Overview

Request message for KeyManagementService::CreateKeyRing.

Instance Attribute Summary collapse

Instance Attribute Details

#key_ringGoogle::Cloud::Kms::V1::KeyRing

Returns A KeyRing with initial field values.

Returns:



185
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 185

class CreateKeyRingRequest; end

#key_ring_idString

Returns Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}.

Returns:

  • (String)

    Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}



185
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 185

class CreateKeyRingRequest; end

#parentString

Returns Required. The resource name of the location associated with the KeyRings, in the format projects/*/locations/*.

Returns:

  • (String)

    Required. The resource name of the location associated with the KeyRings, in the format projects/*/locations/*.



185
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 185

class CreateKeyRingRequest; end