PlatformManaged interface
Properties of the platform managed certificate. This feature is currently intended for internal use only.
Properties
| certificate |
The intended usage of the certificate. |
| metadata | JSON-formatted platform managed metadata. The schema is intentionally undefined as this feature is currently intended for internal use only. |
Property Details
certificateUsage
The intended usage of the certificate.
certificateUsage: string
Property Value
string
metadata
JSON-formatted platform managed metadata. The schema is intentionally undefined as this feature is currently intended for internal use only.
metadata?: Record<string, any>
Property Value
Record<string, any>