WorkspaceProviderAuthorizationArgs

data class WorkspaceProviderAuthorizationArgs(val principalId: Output<String>, val roleDefinitionId: Output<String>) : ConvertibleToJava<WorkspaceProviderAuthorizationArgs>

The workspace provider authorization.

Constructors

Link copied to clipboard
constructor(principalId: Output<String>, roleDefinitionId: Output<String>)

Properties

Link copied to clipboard
val principalId: Output<String>

The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.

Link copied to clipboard

The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceProviderAuthorizationArgs