public sealed class TargetHttpsProxiesSetSslCertificatesRequest : IMessage<TargetHttpsProxiesSetSslCertificatesRequest>, IEquatable<TargetHttpsProxiesSetSslCertificatesRequest>, IDeepCloneable<TargetHttpsProxiesSetSslCertificatesRequest>, IBufferMessage, IMessage
public RepeatedField<string> SslCertificates { get; }
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
[[["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-24 UTC."],[[["The latest version of the `TargetHttpsProxiesSetSslCertificatesRequest` is 3.6.0, with a history of versions ranging down to 1.0.0."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class allows associating a new set of SSL certificate resources with a TargetHttpsProxy resource."],["At least one SSL certificate is required to be specified when using `TargetHttpsProxiesSetSslCertificatesRequest`, with a maximum of 15 certificates allowed."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SslCertificates` property, a `RepeatedField\u003cstring\u003e`, is used to manage the list of SSL certificates associated with a `TargetHttpsProxy`."]]],[]]