scopes

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

Parameters

value

Scopes of the application. Use "openid" if you plan to use this as an oidc authentication application. Valid options are: api, read_api, read_user, read_repository, write_repository, read_registry, write_registry, sudo, admin_mode, openid, profile, email. This is only populated when creating a new application. This attribute is not available for imported resources


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


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

Parameters

values

Scopes of the application. Use "openid" if you plan to use this as an oidc authentication application. Valid options are: api, read_api, read_user, read_repository, write_repository, read_registry, write_registry, sudo, admin_mode, openid, profile, email. This is only populated when creating a new application. This attribute is not available for imported resources