mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 06:09:39 +08:00
bufix 20191209
This commit is contained in:
@@ -16,8 +16,20 @@ package identity
|
||||
|
||||
import (
|
||||
"yunion.io/x/pkg/errors"
|
||||
|
||||
"yunion.io/x/onecloud/pkg/apis"
|
||||
)
|
||||
|
||||
type IdentityBaseResourceCreateInput struct {
|
||||
apis.StandaloneResourceCreateInput
|
||||
}
|
||||
|
||||
type EnabledIdentityBaseResourceCreateInput struct {
|
||||
IdentityBaseResourceCreateInput
|
||||
|
||||
Enabled *bool `json:"enabled"`
|
||||
}
|
||||
|
||||
type SJoinProjectsInput struct {
|
||||
Projects []string
|
||||
Roles []string
|
||||
|
||||
Reference in New Issue
Block a user