UrlSigningActionParameters Class

Defines the parameters for the Url Signing action.

Constructor

UrlSigningActionParameters(*args: Any, **kwargs: Any)

Variables

Name Description
algorithm

Algorithm to use for URL signing. "SHA256"

parameter_name_override

Defines which query string parameters in the url to be considered for expires, key id etc.

type_name
str or <xref:azure.mgmt.cdn.models.DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS>

Required. DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS.

Attributes

algorithm

Algorithm to use for URL signing. "SHA256"

algorithm: str | _models.Algorithm | None

parameter_name_override

Defines which query string parameters in the url to be considered for expires, key id etc.

parameter_name_override: list['_models.UrlSigningParamIdentifier'] | None

type_name

Required. DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS.

type_name: DELIVERY_RULE_URL_SIGNING_ACTION_PARAMETERS: 'DeliveryRuleUrlSigningActionParameters'>]