UploadCertificateResponse Class
The upload registration certificate response.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
UploadCertificateResponse(*, auth_type: str | _models.AuthenticationType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
auth_type
|
Specifies authentication type. Known values are: "Invalid" and "AzureActiveDirectory". Default value: None
|
Variables
| Name | Description |
|---|---|
|
auth_type
|
Specifies authentication type. Known values are: "Invalid" and "AzureActiveDirectory". |
|
resource_id
|
The resource ID of the Data Box Edge/Gateway device. |
|
aad_authority
|
Azure Active Directory tenant authority. |
|
aad_tenant_id
|
Azure Active Directory tenant ID. |
|
service_principal_client_id
|
Azure Active Directory service principal client ID. |
|
service_principal_object_id
|
Azure Active Directory service principal object ID. |
|
azure_management_endpoint_audience
|
The azure management endpoint audience. |
|
aad_audience
|
Identifier of the target resource that is the recipient of the requested token. |