bufix 20191209

This commit is contained in:
Qiu Jian
2019-12-12 11:31:47 +08:00
parent 39de0f0ee7
commit 0d487cd601
29 changed files with 309 additions and 125 deletions
+12
View File
@@ -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