Values.StandardSourceProvides information about a specific security standard.
type nonrec t = {standardsArn : NonEmptyString.t option;The ARN of the standard.
*)name : NonEmptyString.t option;The name of the standard.
*)description : NonEmptyString.t option;A description of the standard.
*)enabledByDefault : Boolean.t option;Whether the standard is enabled by default. When Security Hub CSPM is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default. When Security Hub CSPM is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.
*)standardsManagedBy : StandardsManagedBy.t option;Provides details about the management of a standard.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]