roleRef

@JvmName(name = "lpqqkdhsttjfergl")
suspend fun roleRef(value: Output<RoleRefPatchArgs>)
@JvmName(name = "pcjknpbqthaujqik")
suspend fun roleRef(value: RoleRefPatchArgs?)

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. This field is immutable.


@JvmName(name = "wsdljsihlewikjfw")
suspend fun roleRef(argument: suspend RoleRefPatchArgsBuilder.() -> 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. This field is immutable.