scopes

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

Parameters

value

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


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


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

Parameters

values

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