Package version:

Interface ClusterIdentityResponseProperties

model interface ClusterIdentityResponseProperties

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

Properties

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