CertificateArgs

constructor(certificateId: Output<String>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, managed: Output<ManagedCertificateArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, scope: Output<CertificateScope>? = null, selfManaged: Output<SelfManagedCertificateArgs>? = null)