authorizations

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


@JvmName(name = "agpkykenaedxmcje")
suspend fun authorizations(values: List<Output<AuthorizationArgs>>)
@JvmName(name = "sxdrwwnihlyypnpj")
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 = "bmxqicdijsbcfvky")
suspend fun authorizations(argument: List<suspend AuthorizationArgsBuilder.() -> Unit>)
@JvmName(name = "mqychteekbdtmuet")
suspend fun authorizations(vararg argument: suspend AuthorizationArgsBuilder.() -> Unit)
@JvmName(name = "hymbqkqhqvlmhkik")
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.