public sealed class CreateAuthorizedCertificateRequest : IMessage<CreateAuthorizedCertificateRequest>, IEquatable<CreateAuthorizedCertificateRequest>, IDeepCloneable<CreateAuthorizedCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateAuthorizedCertificateRequest.
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 documentation page covers the `CreateAuthorizedCertificateRequest` class within the Google Cloud App Engine v1 API, specifically for .NET development."],["`CreateAuthorizedCertificateRequest` is used to create an authorized certificate as per the `AuthorizedCertificates.CreateAuthorizedCertificate` request."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, one empty and one to copy another instance, and it offers the `Certificate` property to input SSL certificate data, and the `Parent` property to specify the parent application."],["There are multiple versions of this class that can be found in the documentation, with version 2.4.0 being the latest."]]],[]]