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 authorized certificates within the Google Cloud App Engine."],["The `CreateAuthorizedCertificateRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities like deep cloning and efficient data handling."],["The class offers two constructors, a default constructor and a copy constructor that accepts another `CreateAuthorizedCertificateRequest` instance."],["It contains two main properties: `Certificate`, which holds the SSL certificate data, and `Parent`, which specifies the name of the parent `Application` resource, such as `apps/myapp`."],["The page offers documentation for various versions of `CreateAuthorizedCertificateRequest` class, with version 2.4.0 being the latest."]]],[]]