interface ListApplicationsResponse {
    applications: IAM.v1alpha1.Application[];
    totalCount: number;
}

Properties

applications: IAM.v1alpha1.Application[]

List of applications.

totalCount: number

Total count of applications.