Class CreateCertificateMapEntryRequest (1.1.0)

CreateCertificateMapEntryRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for the CreateCertificateMapEntry method.

Attributes

NameDescription
parent str
Required. The parent resource of the certificate map entry. Must be in the format ``projects/*/locations/*/certificateMaps/*``.
certificate_map_entry_id str
Required. A user-provided name of the certificate map entry.
certificate_map_entry google.cloud.certificate_manager_v1.types.CertificateMapEntry
Required. A definition of the certificate map entry to create.

Inheritance

builtins.object > proto.message.Message > CreateCertificateMapEntryRequest