DSCResources/ArcGIS_DataStore_TLS/ArcGIS_DataStore_TLS.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("ArcGIS_DataStore_TLS")] class ArcGIS_DataStore_TLS : OMI_BaseResource { [Key] String DatastoreMachineHostName; [Write, Description("Common Name for the SSL Certificate")] String CName; [Write, Description("Location of the .pfx certificate file")] String CertificateFileLocation; [Write, EmbeddedInstance("MSFT_Credential"), Description("Password or Private Key for the Certificate")] String CertificatePassword; }; |