AppData
@Serializable
Specifies a to-be attested app
Constructors
Link copied to clipboard
constructor(teamIdentifier: String, bundleIdentifier: String, sandbox: Boolean = false, iosVersionOverride: IosAttestationConfiguration.OsVersions? = null, trustedRootOverrides: Set<TrustedRootPair>? = null, customProperties: Map<String, String> = emptyMap())
Types
Properties
Link copied to clipboard
Nomen est omen
Link copied to clipboard
Allows attaching custom configuration properties to this configuration. Sensible for extending it with custom configs while still relying on the configuration parser.
Link copied to clipboard
Optional parameter. If present, overrides the globally configured iOS version for this app.
Link copied to clipboard
Nomen est omen
Link copied to clipboard
Optional parameter. IF present, takes precedence over the globally configured trust anchors.