SecurityProfileApplication

data class SecurityProfileApplication(val applicationPermissions: List<String>, val namespace: String)

A third-party application's metadata.

Constructors

Link copied to clipboard
constructor(applicationPermissions: List<String>, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The permissions that the agent is granted on the application

Link copied to clipboard

Namespace of the application that you want to give access to.