listConfigurationProfiles

Lists the configuration profiles for an application.

Samples

// The following list configuration profiles example lists the available configuration profiles for the
// specified application.
val resp = appConfigClient.listConfigurationProfiles {
    applicationId = "339ohji"
}