rbac Authorizations
suspend fun rbacAuthorizations(value: Output<List<IntegrationRuntimeSelfHostedRbacAuthorizationArgs>>)
Parameters
value
A rbac_authorization
block as defined below. Changing this forces a new resource to be created.
suspend fun rbacAuthorizations(vararg values: Output<IntegrationRuntimeSelfHostedRbacAuthorizationArgs>)
suspend fun rbacAuthorizations(values: List<Output<IntegrationRuntimeSelfHostedRbacAuthorizationArgs>>)
Parameters
values
A rbac_authorization
block as defined below. Changing this forces a new resource to be created.
suspend fun rbacAuthorizations(argument: List<suspend IntegrationRuntimeSelfHostedRbacAuthorizationArgsBuilder.() -> Unit>)
suspend fun rbacAuthorizations(vararg argument: suspend IntegrationRuntimeSelfHostedRbacAuthorizationArgsBuilder.() -> Unit)
suspend fun rbacAuthorizations(argument: suspend IntegrationRuntimeSelfHostedRbacAuthorizationArgsBuilder.() -> Unit)
Parameters
argument
A rbac_authorization
block as defined below. Changing this forces a new resource to be created.