DSCResources/xDSCVault_Unwrap/xDSCVault_Unwrap.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("VaultUnwrap")] class xDSCVault_Unwrap : OMI_BaseResource { [Key, Description("Value of the wrapped token")] String WrappedToken; [Required, Description("Address of the Vault server")] String VaultAddress; [Required, Description("Value of the RoleId")] String RoleId; [Write, Description("Version of the API to use")] String ApiPrefix; [Read, Description("Complete API path")] String ApiPath; }; |