CloudAccountLinkingAgentMetadata

struct CloudAccountLinkingAgentMetadata
extension CloudAccountLinkingAgentMetadata : Equatable, Hashable, Sendable, SendableMetatype

Metadata 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?