UploadCertificateResponse interface
The upload registration certificate response.
Properties
| aad |
Identifier of the target resource that is the recipient of the requested token. |
| aad |
Azure Active Directory tenant authority. |
| aad |
Azure Active Directory tenant ID. |
| auth |
Specifies authentication type. |
| azure |
The azure management endpoint audience. |
| resource |
The resource ID of the Data Box Edge/Gateway device. |
| service |
Azure Active Directory service principal client ID. |
| service |
Azure Active Directory service principal object ID. |
Property Details
aadAudience
Identifier of the target resource that is the recipient of the requested token.
aadAudience?: string
Property Value
string
aadAuthority
Azure Active Directory tenant authority.
aadAuthority?: string
Property Value
string
aadTenantId
Azure Active Directory tenant ID.
aadTenantId?: string
Property Value
string
authType
Specifies authentication type.
authType?: string
Property Value
string
azureManagementEndpointAudience
The azure management endpoint audience.
azureManagementEndpointAudience?: string
Property Value
string
resourceId
The resource ID of the Data Box Edge/Gateway device.
resourceId?: string
Property Value
string
servicePrincipalClientId
Azure Active Directory service principal client ID.
servicePrincipalClientId?: string
Property Value
string
servicePrincipalObjectId
Azure Active Directory service principal object ID.
servicePrincipalObjectId?: string
Property Value
string