AzureSasCredentialPolicy Class

Adds a shared access signature to query for the provided credential.

Inheritance
azure.core.pipeline.policies._base.SansIOHTTPPolicy
AzureSasCredentialPolicy

Constructor

AzureSasCredentialPolicy(credential: AzureSasCredential, **kwargs: Any)

Parameters

credential
AzureSasCredential
Required

The credential used to authenticate requests.

Methods

on_request

Is executed before sending the request from next policy.

on_request

Is executed before sending the request from next policy.

on_request(request)

Parameters

request
PipelineRequest
Required

Request to be modified before sent from next policy.