CollectorAgentSpnPropertiesBase interface
Collector agent SPN details class.
Properties
| application |
Gets the AAD application id. |
| audience | Gets the AAD audience url. |
| authority | Gets the AAD authority endpoint. |
| object |
Gets the object id of the AAD application. |
| tenant |
Gets the tenant id of the AAD application. |
Property Details
applicationId
Gets the AAD application id.
applicationId?: string
Property Value
string
audience
Gets the AAD audience url.
audience?: string
Property Value
string
authority
Gets the AAD authority endpoint.
authority?: string
Property Value
string
objectId
Gets the object id of the AAD application.
objectId?: string
Property Value
string
tenantId
Gets the tenant id of the AAD application.
tenantId?: string
Property Value
string