GetAccessPolicyResult

data class GetAccessPolicyResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val principalObjectId: String? = null, val roles: List<String>? = null, val type: String)

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, name: String, principalObjectId: String? = null, roles: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

An description of the access policy.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

The objectId of the principal in Azure Active Directory.

Link copied to clipboard
val roles: List<String>? = null

The list of roles the principal is assigned on the environment.

Link copied to clipboard

Resource type