public sealed class CreateAuthorizedCertificateRequest : IMessage<CreateAuthorizedCertificateRequest>, IEquatable<CreateAuthorizedCertificateRequest>, IDeepCloneable<CreateAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.CreateAuthorizedCertificate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CreateAuthorizedCertificateRequest` class, which is used to create requests for `AuthorizedCertificates` within the Google Cloud App Engine V1 API."],["The `CreateAuthorizedCertificateRequest` class has two constructors and two properties, `Certificate` for SSL certificate data, and `Parent` for the application name, and it also inherits several members from other classes."],["The page provides links to documentation for multiple versions of the `Google.Cloud.AppEngine.V1` API, including the latest version (2.4.0) and versions dating back to 1.0.0, allowing developers to access specific version details."],["The `CreateAuthorizedCertificateRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace, and it is implemented as part of the `Google.Cloud.AppEngine.V1.dll` assembly."],["The `CreateAuthorizedCertificateRequest` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be utilized in various contexts such as deep cloning, and message handling."]]],[]]