A Secret is a logical secret whose value and versions can be accessed.
A Secret is made up of zero or more SecretVersions that represent the secret data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time at which the Secret was created.
#etag
def etag() -> ::String
- (::String) — Optional. Etag of the currently stored Secret.
#etag=
def etag=(value) -> ::String
- value (::String) — Optional. Etag of the currently stored Secret.
- (::String) — Optional. Etag of the currently stored Secret.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input.
#expire_time=
def expire_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input.
- (::Google::Protobuf::Timestamp) — Optional. Timestamp in UTC when the Secret is scheduled to expire. This is always provided on output, regardless of what was sent on input.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — The labels assigned to this Secret.
Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}\p{N}_-]{0,63}
No more than 64 labels can be assigned to a given resource.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — The labels assigned to this Secret.
Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}\p{N}_-]{0,63}
No more than 64 labels can be assigned to a given resource.
-
(::Google::Protobuf::Map{::String => ::String}) — The labels assigned to this Secret.
Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression:
[\p{Ll}\p{Lo}\p{N}_-]{0,63}
No more than 64 labels can be assigned to a given resource.
#name
def name() -> ::String
-
(::String) — Output only. The resource name of the Secret in the format
projects/*/secrets/*
.
#replication
def replication() -> ::Google::Cloud::SecretManager::V1::Replication
-
(::Google::Cloud::SecretManager::V1::Replication) — Required. Immutable. The replication policy of the secret data attached to the Secret.
The replication policy cannot be changed after the Secret has been created.
#replication=
def replication=(value) -> ::Google::Cloud::SecretManager::V1::Replication
-
value (::Google::Cloud::SecretManager::V1::Replication) — Required. Immutable. The replication policy of the secret data attached to the Secret.
The replication policy cannot be changed after the Secret has been created.
-
(::Google::Cloud::SecretManager::V1::Replication) — Required. Immutable. The replication policy of the secret data attached to the Secret.
The replication policy cannot be changed after the Secret has been created.
#rotation
def rotation() -> ::Google::Cloud::SecretManager::V1::Rotation
- (::Google::Cloud::SecretManager::V1::Rotation) — Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
#rotation=
def rotation=(value) -> ::Google::Cloud::SecretManager::V1::Rotation
- value (::Google::Cloud::SecretManager::V1::Rotation) — Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
- (::Google::Cloud::SecretManager::V1::Rotation) — Optional. Rotation policy attached to the Secret. May be excluded if there is no rotation policy.
#topics
def topics() -> ::Array<::Google::Cloud::SecretManager::V1::Topic>
- (::Array<::Google::Cloud::SecretManager::V1::Topic>) — Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
#topics=
def topics=(value) -> ::Array<::Google::Cloud::SecretManager::V1::Topic>
- value (::Array<::Google::Cloud::SecretManager::V1::Topic>) — Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
- (::Array<::Google::Cloud::SecretManager::V1::Topic>) — Optional. A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.
#ttl
def ttl() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Input only. The TTL for the Secret.
#ttl=
def ttl=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Input only. The TTL for the Secret.
- (::Google::Protobuf::Duration) — Input only. The TTL for the Secret.