Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ContainerGetAccessPolicyResponse type

Contains response data for the getAccessPolicy operation.

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