CollectorBodyAgentSpnProperties interface
Properties
application |
Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
audience | Intended audience for the service principal. |
authority | AAD Authority URL which was used to request the token for the service principal. |
object |
Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
tenant |
Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services. |
Property Details
applicationId
Application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
applicationId?: string
Property Value
string
audience
Intended audience for the service principal.
audience?: string
Property Value
string
authority
AAD Authority URL which was used to request the token for the service principal.
authority?: string
Property Value
string
objectId
Object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
objectId?: string
Property Value
string
tenantId
Tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
tenantId?: string
Property Value
string