ConfigurationProfileSummary

A summary of a configuration profile.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application ID.

Link copied to clipboard
val id: String?

The ID of the configuration profile.

Link copied to clipboard

The URI location of the configuration.

Link copied to clipboard
val name: String?

The name of the configuration profile.

Link copied to clipboard
val type: String?

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

Link copied to clipboard

The types of validators in the configuration profile.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String