Values.GetGroupCertificateConfigurationResponseSourceRetrieves the current configuration for the CA used by the group.
type nonrec t = {certificateAuthorityExpiryInMilliseconds : string option;The amount of time remaining before the certificate authority expires, in milliseconds.
*)certificateExpiryInMilliseconds : string option;The amount of time remaining before the certificate expires, in milliseconds.
*)groupId : string option;The ID of the group certificate configuration.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]