ContainerGetAccessPolicyResponse type

Contains response data for the getAccessPolicy operation.

type ContainerGetAccessPolicyResponse = WithResponse<
  { signedIdentifiers: SignedIdentifier[] } & ContainerGetAccessPolicyHeaders,
  ContainerGetAccessPolicyHeaders,
  SignedIdentifierModel
>