Package version:

Cluster Identity details.

interface ClusterIdentityResponse {
    aadApplicationObjectId?: string;
    aadClientId?: string;
    aadServicePrincipalObjectId?: string;
    aadTenantId?: string;
}

Properties

aadApplicationObjectId?: string
aadClientId?: string
aadServicePrincipalObjectId?: string
aadTenantId?: string