Values_0.ResourceIdentifierSourceInformation that identifies the noncompliant resource.
type nonrec t = {deviceCertificateId : CertificateId.t option;The ID of the certificate attached to the resource.
*)caCertificateId : CertificateId.t option;The ID of the CA certificate used to authorize the certificate.
*)cognitoIdentityPoolId : CognitoIdentityPoolId.t option;The ID of the Amazon Cognito identity pool.
*)clientId : ClientId.t option;The client ID.
*)policyVersionIdentifier : PolicyVersionIdentifier.t option;The version of the policy associated with the resource.
*)account : AwsAccountId.t option;The account with which the resource is associated.
*)iamRoleArn : RoleArn.t option;The ARN of the IAM role that has overly permissive actions.
*)roleAliasArn : RoleAliasArn.t option;The ARN of the role alias that has overly permissive actions.
*)issuerCertificateIdentifier : IssuerCertificateIdentifier.t option;The issuer certificate identifier.
*)deviceCertificateArn : CertificateArn.t option;The ARN of the identified device certificate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CertificateId.t
| `Structure of (string * [> `String of PolicyName.t ]) list ])
list ]