Class UpdateAuthorizedCertificateRequest (1.3.3)

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

Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.

Attributes

NameDescription
name str
Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.
certificate google.cloud.appengine_admin_v1.types.AuthorizedCertificate
An AuthorizedCertificate containing the updated resource. Only fields set in the field mask will be updated.
update_mask google.protobuf.field_mask_pb2.FieldMask
Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.