diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 9dfefe0a..a843cc83 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -337,11 +337,13 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { Input: "setPasswordInput", Output: "user", }, + "refreshauthprovideraccess": {}, } schema.CollectionActions = map[string]types.Action{ "changepassword": { Input: "changePasswordInput", }, + "refreshauthprovideraccess": {}, } }). MustImportAndCustomize(&Version, v3.AuthConfig{}, func(schema *types.Schema) {