Skip to main content
Version: 1.7.0

AzureAccountKeyCredentials

class AzureAccountKeyCredentials(account_name: str | Secret, account_key: str | Secret)

Bases: AzureCredentials

Categories: credentials

Credentials class to access Azure using account key credentials (account name and account key).

Attributes: account_name (Secret): The Azure account name. account_key (Secret): The Azure account key.

Methods: to_dict() -> dict: Convert the AzureAccountNameKeyCredentials object to a dictionary

Initialize the AzureAccountNameKeyCredentials object.

Parameters

parameter
account_namestr | Secret

The Azure account name.

parameter
account_keystr | Secret

The Azure account key.

Properties

property
account_keySecret

The Azure account key.

property
account_nameSecret

The Azure account name.