DSCResources/MSFT_TeamsPstnUsage/MSFT_TeamsPstnUsage.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("TeamsPstnUsage")]
class MSFT_TeamsPstnUsage : OMI_BaseResource { [Key, Description("An online PSTN usage (such as Local or Long Distance) that can be used in conjunction with voice routes and voice routing policies.")] String Usage; [Write, Description("Present ensures the policy exists, absent ensures it is removed."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Credentials of the Teams Admin"), EmbeddedInstance("MSFT_Credential")] string Credential; [Write, Description("Id of the Azure Active Directory application to authenticate with.")] String ApplicationId; [Write, Description("Name of the Azure Active Directory tenant used for authentication. Format contoso.onmicrosoft.com")] String TenantId; [Write, Description("Thumbprint of the Azure Active Directory application's authentication certificate to use for authentication.")] String CertificateThumbprint; }; |