UrlSigningParamIdentifier Class

Defines how to identify a parameter for a specific purpose e.g. expires.

All required parameters must be populated in order to send to Azure.

Inheritance
UrlSigningParamIdentifier

Constructor

UrlSigningParamIdentifier(*, param_indicator: Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.ParamIndicator], param_name: str, **kwargs)

Variables

param_indicator
str or ParamIndicator

Required. Indicates the purpose of the parameter. Possible values include: "Expires", "KeyId", "Signature".

param_name
str

Required. Parameter name.