Show / Hide Table of Contents

Enum CertificateAuthorityName.ResourceNameType

The possible contents of CertificateAuthorityName.

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

Fields

Name Description
ProjectLocationCertificateAuthority

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

Unparsed

An unparsed resource name.

Back to top