DSCResources/MSFT_TeamsGuestCallingConfiguration/MSFT_TeamsGuestCallingConfiguration.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("TeamsGuestCallingConfiguration")]
class MSFT_TeamsGuestCallingConfiguration : OMI_BaseResource
{
    [Key, Description("The only valid input is Global - the tenant wide configuration"), ValueMap{"Global"}, Values{"Global"}] string Identity;
    [Required, Description("Designates whether guests who have been enabled for Teams can use calling functionality. If $false, guests cannot call.")] Boolean AllowPrivateCalling;
    [Required, Description("Credentials of the SharePoint Global Admin"), EmbeddedInstance("MSFT_Credential")] String GlobalAdminAccount;
};