Created by Docfx
  • Google.Apis.SecretManager.v1beta1.Data
  • Secret
Show / Hide Table of Contents
  • Google.Apis.SecretManager.v1beta1
    • ProjectsResource
    • ProjectsResource.LocationsResource
    • ProjectsResource.LocationsResource.GetRequest
    • ProjectsResource.LocationsResource.ListRequest
    • ProjectsResource.SecretsResource
    • ProjectsResource.SecretsResource.AddVersionRequest
    • ProjectsResource.SecretsResource.CreateRequest
    • ProjectsResource.SecretsResource.DeleteRequest
    • ProjectsResource.SecretsResource.GetIamPolicyRequest
    • ProjectsResource.SecretsResource.GetRequest
    • ProjectsResource.SecretsResource.ListRequest
    • ProjectsResource.SecretsResource.PatchRequest
    • ProjectsResource.SecretsResource.SetIamPolicyRequest
    • ProjectsResource.SecretsResource.TestIamPermissionsRequest
    • ProjectsResource.SecretsResource.VersionsResource
    • ProjectsResource.SecretsResource.VersionsResource.AccessRequest
    • ProjectsResource.SecretsResource.VersionsResource.DestroyRequest
    • ProjectsResource.SecretsResource.VersionsResource.DisableRequest
    • ProjectsResource.SecretsResource.VersionsResource.EnableRequest
    • ProjectsResource.SecretsResource.VersionsResource.GetRequest
    • ProjectsResource.SecretsResource.VersionsResource.ListRequest
    • SecretManagerBaseServiceRequest<TResponse>
    • SecretManagerBaseServiceRequest<TResponse>.AltEnum
    • SecretManagerBaseServiceRequest<TResponse>.XgafvEnum
    • SecretManagerService
    • SecretManagerService.Scope
    • SecretManagerService.ScopeConstants
  • Google.Apis.SecretManager.v1beta1.Data
    • AccessSecretVersionResponse
    • AddSecretVersionRequest
    • AuditConfig
    • AuditLogConfig
    • Automatic
    • Binding
    • DestroySecretVersionRequest
    • DisableSecretVersionRequest
    • Empty
    • EnableSecretVersionRequest
    • Expr
    • ListLocationsResponse
    • ListSecretVersionsResponse
    • ListSecretsResponse
    • Location
    • Policy
    • Replica
    • Replication
    • Secret
    • SecretPayload
    • SecretVersion
    • SetIamPolicyRequest
    • TestIamPermissionsRequest
    • TestIamPermissionsResponse
    • UserManaged

Class Secret

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.

Inheritance
object
Secret
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecretManager.v1beta1.Data
Assembly: Google.Apis.SecretManager.v1beta1.dll
Syntax
public class Secret : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time at which the Secret was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Labels

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}{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.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Output only. The resource name of the Secret in the format projects/*/secrets/*.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("replication")]
public virtual Replication Replication { get; set; }
Property Value
Type Description
Replication

Implements

IDirectResponseSchema
In this article
  • Properties
    • CreateTime
    • CreateTimeDateTimeOffset
    • CreateTimeRaw
    • ETag
    • Labels
    • Name
    • Replication
  • Implements
Back to top Generated by DocFX