toggle menu
pulumi-gitlab-kotlin
5.0.2.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetProjectMembershipMember
Get
Project
Membership
Member
data
class
GetProjectMembershipMember
(
val
accessLevel
:
String
,
val
avatarUrl
:
String
,
val
expiresAt
:
String
,
val
id
:
Int
,
val
name
:
String
,
val
state
:
String
,
val
username
:
String
,
val
webUrl
:
String
)
Members
Constructors
Get
Project
Membership
Member
Link copied to clipboard
constructor
(
accessLevel
:
String
,
avatarUrl
:
String
,
expiresAt
:
String
,
id
:
Int
,
name
:
String
,
state
:
String
,
username
:
String
,
webUrl
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Level
Link copied to clipboard
val
accessLevel
:
String
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
String
id
Link copied to clipboard
val
id
:
Int
The ID of this resource.
name
Link copied to clipboard
val
name
:
String
state
Link copied to clipboard
val
state
:
String
username
Link copied to clipboard
val
username
:
String
web
Url
Link copied to clipboard
val
webUrl
:
String