Get Access Assignments Plain Args
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
Properties
Link copied to clipboard
Access configuration ID.
Link copied to clipboard
Directory ID.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
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
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
.