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/roles/principal.gen.go

16 lines
348 B

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