GetScopeResult

data class GetScopeResult(val allMemberships: Boolean, val createTime: String, val deleteTime: String, val name: String, val state: ScopeLifecycleStateResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetScopeResult(allMemberships: Boolean, createTime: String, deleteTime: String, name: String, state: ScopeLifecycleStateResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, all Memberships in the Fleet bind to this Scope.

Link copied to clipboard

When the scope was created.

Link copied to clipboard

When the scope was deleted.

Link copied to clipboard

The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

Link copied to clipboard

State of the scope resource.

Link copied to clipboard
val uid: String

Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

Link copied to clipboard

When the scope was last updated.