GetMembershipResult

data class GetMembershipResult(val etag: String, val id: String, val organization: String? = null, val role: String, val state: String, val username: String)

A collection of values returned by getMembership.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, organization: String? = null, role: String, state: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An etag representing the membership object.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val organization: String? = null
Link copied to clipboard

admin or member -- the role the user has within the organization.

Link copied to clipboard

active or pending -- the state of membership within the organization. active if the member has accepted the invite, or pending if the invite is still pending.

Link copied to clipboard

The username.