1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

disable on AD

This commit is contained in:
Craig Jellick
2018-02-26 16:51:58 -07:00
parent ff78d28af9
commit 99b97969af

View File

@@ -260,6 +260,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas {
MustImportAndCustomize(&Version, v3.ActiveDirectoryConfig{}, func(schema *types.Schema) {
schema.BaseType = "authConfig"
schema.ResourceActions = map[string]types.Action{
"disable": {},
"testAndApply": {
Input: "activeDirectoryTestAndApplyInput",
},