struct CloudAccountLinkingAgentMetadataextension CloudAccountLinkingAgentMetadata : Equatable, Hashable, Sendable, SendableMetatypeMetadata describing an available linkable cloud agent.
-
The obfuscated unique identifier of the 3P agent.
Declaration
Swift
let obfuscatedAgentID: String? -
Server-side localized name. The backend server resolves the user’s locale and returns a single already-localized display string.
Declaration
Swift
let localizedProviderName: String? -
The URL of the icon image representing the brand or provider.
Declaration
Swift
let iconURL: String? -
Indicates whether the active user already has an established account link with this provider.
Declaration
Swift
let isAlreadyLinked: Bool?