Values.GetGroupCertificateAuthorityResponseSourceRetreives the CA associated with a group. Returns the public key of the CA.
type nonrec t = {groupCertificateAuthorityArn : string option;The ARN of the certificate authority for the group.
*)groupCertificateAuthorityId : string option;The ID of the certificate authority for the group.
*)pemEncodedCertificate : string option;The PEM encoded certificate for the group.
*)}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 ]