roleRef

@JvmName(name = "fpmfooyavurmyind")
suspend fun roleRef(value: Output<RoleRefArgs>)
@JvmName(name = "wqbeoofglmseacel")
suspend fun roleRef(value: RoleRefArgs?)

Parameters

value

RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.


@JvmName(name = "hiyturknhttaefsg")
suspend fun roleRef(argument: suspend RoleRefArgsBuilder.() -> Unit)

Parameters

argument

RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.