Reference documentation and code samples for the Certificate Authority v1 API enum SubjectRequestMode.
Describes the way in which a
[Certificate][google.cloud.security.privateca.v1.Certificate]'s
[Subject][google.cloud.security.privateca.v1.Subject] and/or
[SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be
resolved.
The default mode used in most cases. Indicates that the certificate's
[Subject][google.cloud.security.privateca.v1.Subject] and/or
[SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are
specified in the certificate request. This mode requires the caller to have
the privateca.certificates.create permission.
ReflectedSpiffe
A mode reserved for special cases. Indicates that the certificate should
have one SPIFFE
[SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set
by the service based on the caller's identity. This mode will ignore any
explicitly specified [Subject][google.cloud.security.privateca.v1.Subject]
and/or
[SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in
the certificate request. This mode requires the caller to have the
privateca.certificates.createForSelf permission.
[[["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 page provides documentation for the `SubjectRequestMode` enum within the Google Cloud Private Certificate Authority v1 API, specifically for the .NET library."],["The `SubjectRequestMode` enum determines how a certificate's Subject and Subject Alternative Names are resolved, offering options like `Default`, `ReflectedSpiffe`, and `Unspecified`."],["The `Default` mode specifies that the Subject and SubjectAltNames are defined within the certificate request, which requires `privateca.certificates.create` permission."],["The `ReflectedSpiffe` mode automatically sets a SPIFFE SubjectAltNames based on the caller's identity, requiring `privateca.certificates.createForSelf` permission and overrides explicit specifications."],["The page has a list of clickable links that represent different versions of this enum, from version 1.0.0 to the latest version, 3.9.0, which is at the top."]]],[]]