ContainerGetAccessPolicyResponse type    
Bevat antwoordgegevens voor de getAccessPolicy--bewerking.
type ContainerGetAccessPolicyResponse = WithResponse<
  { signedIdentifiers: SignedIdentifier[] } & ContainerGetAccessPolicyHeaders,
  ContainerGetAccessPolicyHeaders,
  SignedIdentifierModel
>