authorizations

@JvmName(name = "isbcoimsbosbppph")
suspend fun authorizations(value: Output<List<AuthorizationArgs>>)
@JvmName(name = "skvtbdxhfjovuoyj")
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 = "clwrjkhlurbrkvpo")
suspend fun authorizations(vararg values: Output<AuthorizationArgs>)


@JvmName(name = "csdrsdukvbyyolhe")
suspend fun authorizations(values: List<Output<AuthorizationArgs>>)
@JvmName(name = "urlpwwyhrqcjtthx")
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 = "xekpkhqhpttclmer")
suspend fun authorizations(argument: List<suspend AuthorizationArgsBuilder.() -> Unit>)
@JvmName(name = "autyqilcergfajdd")
suspend fun authorizations(vararg argument: suspend AuthorizationArgsBuilder.() -> Unit)
@JvmName(name = "xrcnqpyqmwqegkfd")
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.