Microsoft 365 Get Account SKU Write Action Module Type

Microsoft.SystemCenter.M365.WriteAction.GetAccountSKU (WriteActionModuleType)

Write Action Module Type for Microsoft 365 Get Account SKU Tasks

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.M365.RunAsProfile.Proxy
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
AzureADEndpointstring$Config/AzureADEndpoint$Azure AD EndpointURL used to access Azure Active Directory.
GraphEndpointstring$Config/GraphEndpoint$GraphAPI Endpoint URLURL used to access the Microsoft 365 GraphAPI.
TenantIdstring$Config/TenantId$Tenant IDMicrosoft 365 Tenant ID.

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.M365.WriteAction.GetAccountSKU" RunAs="Microsoft.SystemCenter.M365.RunAsProfile.Proxy" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AzureADEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GraphEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TenantId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientCredentials" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserId" type="xsd:string" minOccurs="0"/>
<!-- minOccurs added to try avoiding breaking upgradeability -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserCredentials" type="xsd:string" minOccurs="0"/>
<!-- minOccurs added to try avoiding breaking upgradeability -->
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="AzureADEndpoint" Selector="$Config/AzureADEndpoint$" ParameterType="string"/>
<OverrideableParameter ID="GraphEndpoint" Selector="$Config/GraphEndpoint$" ParameterType="string"/>
<OverrideableParameter ID="TenantId" Selector="$Config/TenantId$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.M365.ManagedModules.Assembly</Assembly>
<Type>Microsoft.SystemCenter.M365.ManagedModules.GetAccountSKU</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>