GetLienResult

data class GetLienResult(val createTime: String, val name: String, val origin: String, val parent: String, val reason: String, val restrictions: List<String>)

Constructors

Link copied to clipboard
fun GetLienResult(createTime: String, name: String, origin: String, parent: String, reason: String, restrictions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of this Lien.

Link copied to clipboard

A system-generated unique identifier for this Lien. Example: liens/1234abcd

Link copied to clipboard

A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example: 'compute.googleapis.com'

Link copied to clipboard

A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: projects/1234

Link copied to clipboard

Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key'

Link copied to clipboard

The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: 'resourcemanager.projects.delete'