scopes

@JvmName(name = "onggkhsbprirqjix")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "iagnhofwwymrddxs")
suspend fun scopes(value: List<String>?)

Parameters

value

The scope for the personal access token. It determines the actions which can be performed when authenticating with this token. Valid values are: api, read_user, read_api, read_repository, write_repository, read_registry, write_registry, sudo, admin_mode, create_runner.


@JvmName(name = "kqvseuwfaqmoxcgs")
suspend fun scopes(vararg values: Output<String>)


@JvmName(name = "kneatyrjtspposwj")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "wjlvgfdwbjvjkidx")
suspend fun scopes(vararg values: String)

Parameters

values

The scope for the personal access token. It determines the actions which can be performed when authenticating with this token. Valid values are: api, read_user, read_api, read_repository, write_repository, read_registry, write_registry, sudo, admin_mode, create_runner.