Pim Functions
object PimFunctions
Functions
Link copied to clipboard
Use this data source to access information about existing Role Assignments.
suspend fun getRoleAssignments(argument: suspend GetRoleAssignmentsPlainArgsBuilder.() -> Unit): GetRoleAssignmentsResult
suspend fun getRoleAssignments(limitAtScope: Boolean? = null, principalId: String? = null, scope: String, tenantId: String? = null): GetRoleAssignmentsResult
Link copied to clipboard
suspend fun getRoleManagementPolicy(argument: GetRoleManagementPolicyPlainArgs): GetRoleManagementPolicyResult
Use this data source to get information on a role policy for an Azure Management Group, Subscription, Resource Group or resource.
suspend fun getRoleManagementPolicy(argument: suspend GetRoleManagementPolicyPlainArgsBuilder.() -> Unit): GetRoleManagementPolicyResult
suspend fun getRoleManagementPolicy(roleDefinitionId: String, scope: String): GetRoleManagementPolicyResult