GetBindingResult

data class GetBindingResult(val createTime: String, val deleteTime: String, val fleet: Boolean, val name: String, val scope: String, val state: MembershipBindingLifecycleStateResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetBindingResult(createTime: String, deleteTime: String, fleet: Boolean, name: String, scope: String, state: MembershipBindingLifecycleStateResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the membership binding was created.

Link copied to clipboard

When the membership binding was deleted.

Link copied to clipboard

Whether the membershipbinding is Fleet-wide; true means that this Membership should be bound to all Namespaces in this entire Fleet.

Link copied to clipboard

The resource name for the membershipbinding itself projects/{project}/locations/{location}/memberships/{membership}/bindings/{membershipbinding}

Link copied to clipboard

A Workspace resource name in the format projects/*/locations/*/scopes/*.

Link copied to clipboard

State of the membership binding resource.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

When the membership binding was last updated. //*/