GetAccessAssignmentsPlainArgs

data class GetAccessAssignmentsPlainArgs(val accessConfigurationId: String? = null, val directoryId: String, val ids: List<String>? = null, val outputFile: String? = null, val principalType: String? = null, val targetId: String? = null, val targetType: String? = null) : ConvertibleToJava<GetAccessAssignmentsPlainArgs>

A collection of arguments for invoking getAccessAssignments.

Constructors

Link copied to clipboard
constructor(accessConfigurationId: String? = null, directoryId: String, ids: List<String>? = null, outputFile: String? = null, principalType: String? = null, targetId: String? = null, targetType: String? = null)

Properties

Link copied to clipboard

Access configuration ID.

Link copied to clipboard

Directory ID.

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

A list of Access Assignment IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val principalType: String? = null

Create the identity type of the access assignment, which can be a user or a user group. Valid values: Group, User.

Link copied to clipboard
val targetId: String? = null

The ID of the target to create the resource range.

Link copied to clipboard
val targetType: String? = null

The type of the resource range target to be accessed. Only a single RD primary account or member account can be specified in the first phase. Valid values: RD-Account.

Functions

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