UploadServicePrincipal Class

Service principal for uploading billing, metrics and logs.

Inheritance
UploadServicePrincipal

Constructor

UploadServicePrincipal(*, client_id: Optional[str] = None, tenant_id: Optional[str] = None, authority: Optional[str] = None, client_secret: Optional[str] = None, **kwargs)

Parameters

client_id
str
Required

Client ID of the service principal for uploading data.

tenant_id
str
Required

Tenant ID of the service principal.

authority
str
Required

Authority for the service principal. Example: https://login.microsoftonline.com/.

client_secret
str
Required

Secret of the service principal.