1. Packages
  2. Azure Native v1
  3. API Docs
  4. portal
  5. getTenantConfiguration
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.portal.getTenantConfiguration

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets the tenant configuration. API Version: 2020-09-01-preview.

    Using getTenantConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTenantConfiguration(args: GetTenantConfigurationArgs, opts?: InvokeOptions): Promise<GetTenantConfigurationResult>
    function getTenantConfigurationOutput(args: GetTenantConfigurationOutputArgs, opts?: InvokeOptions): Output<GetTenantConfigurationResult>
    def get_tenant_configuration(configuration_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetTenantConfigurationResult
    def get_tenant_configuration_output(configuration_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetTenantConfigurationResult]
    func LookupTenantConfiguration(ctx *Context, args *LookupTenantConfigurationArgs, opts ...InvokeOption) (*LookupTenantConfigurationResult, error)
    func LookupTenantConfigurationOutput(ctx *Context, args *LookupTenantConfigurationOutputArgs, opts ...InvokeOption) LookupTenantConfigurationResultOutput

    > Note: This function is named LookupTenantConfiguration in the Go SDK.

    public static class GetTenantConfiguration 
    {
        public static Task<GetTenantConfigurationResult> InvokeAsync(GetTenantConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetTenantConfigurationResult> Invoke(GetTenantConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTenantConfigurationResult> getTenantConfiguration(GetTenantConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:portal:getTenantConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConfigurationName string
    The configuration name. Value must be 'default'
    ConfigurationName string
    The configuration name. Value must be 'default'
    configurationName String
    The configuration name. Value must be 'default'
    configurationName string
    The configuration name. Value must be 'default'
    configuration_name str
    The configuration name. Value must be 'default'
    configurationName String
    The configuration name. Value must be 'default'

    getTenantConfiguration Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnforcePrivateMarkdownStorage bool
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    EnforcePrivateMarkdownStorage bool
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enforcePrivateMarkdownStorage Boolean
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enforcePrivateMarkdownStorage boolean
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enforce_private_markdown_storage bool
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    enforcePrivateMarkdownStorage Boolean
    When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi