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/info/scope.gen.go

22 lines
547 B

// Code generated by "make api"; DO NOT EDIT.
package info
type Scope struct {
// The ID of the Scope
// Output only.
Id string `json:"id,omitempty"`
// The type of the Scope
// Output only.
Type string `json:"type,omitempty"`
// The name of the scope, if any
// Output only.
Name string `json:"name,omitempty"`
// The description of the scope, if any
// Output only.
Description string `json:"description,omitempty"`
// The ID of the parent scope, if any
// Output only.
ParentScopeId string `json:"parent_scope_id,omitempty"`
}