authorizations

@JvmName(name = "goekhrcisjcworhn")
suspend fun authorizations(value: Output<List<AuthorizationArgs>>)
@JvmName(name = "sivdcreaghoocevv")
suspend fun authorizations(value: List<AuthorizationArgs>)

Parameters

value

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.


@JvmName(name = "pjyvgwrjjdaqvvqb")
suspend fun authorizations(vararg values: Output<AuthorizationArgs>)


@JvmName(name = "feiwcyfittvqyovp")
suspend fun authorizations(values: List<Output<AuthorizationArgs>>)
@JvmName(name = "xjctibjsyghybkve")
suspend fun authorizations(vararg values: AuthorizationArgs)

Parameters

values

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.


@JvmName(name = "vinymffoqioelvum")
suspend fun authorizations(argument: List<suspend AuthorizationArgsBuilder.() -> Unit>)
@JvmName(name = "hkmglpmaeitlqmcd")
suspend fun authorizations(vararg argument: suspend AuthorizationArgsBuilder.() -> Unit)
@JvmName(name = "metibqwwhnsjwmxr")
suspend fun authorizations(argument: suspend AuthorizationArgsBuilder.() -> Unit)

Parameters

argument

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.