Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContainerGetAccessPolicyResponse type
- Package:
- @azure/storage-blob
Contains response data for the getAccessPolicy operation.
type ContainerGetAccessPolicyResponse = WithResponse<
{ signedIdentifiers: SignedIdentifier[] } & ContainerGetAccessPolicyHeaders,
ContainerGetAccessPolicyHeaders,
SignedIdentifierModel
>
