You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/groups/member.gen.go

16 lines
337 B

// Code generated by "make api"; DO NOT EDIT.
package groups
type Member struct {
// The ID of the member.
// Output only.
Id string `json:"id,omitempty"`
// The type of the member.
// Output only.
Type string `json:"type,omitempty"`
// The scope ID of the member.
// Output only.
ScopeId string `json:"scope_id,omitempty"`
}