Show / Hide Table of Contents

Enum CertificateName.ResourceNameType

The possible contents of CertificateName.

Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public enum ResourceNameType

Fields

Name Description
ProjectLocationCertificateAuthorityCertificate

A resource name with pattern projects/{project}/locations/{location}/certificateAuthorities/{certificate_authority}/certificates/{certificate} .

Unparsed

An unparsed resource name.

Back to top