
com.pulumi.azurenative.azureactivedirectory.CIAMTenantArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.azureactivedirectory;
import com.pulumi.azurenative.azureactivedirectory.inputs.CIAMResourceSKUArgs;
import com.pulumi.azurenative.azureactivedirectory.inputs.CreateCIAMTenantPropertiesArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class CIAMTenantArgs extends com.pulumi.resources.ResourceArgs {
public static final CIAMTenantArgs Empty = new CIAMTenantArgs();
/**
* These properties are used to create the Azure AD for customers tenant. These properties are not part of the Azure resource.
*
*/
@Import(name="createTenantProperties", required=true)
private Output createTenantProperties;
/**
* @return These properties are used to create the Azure AD for customers tenant. These properties are not part of the Azure resource.
*
*/
public Output createTenantProperties() {
return this.createTenantProperties;
}
/**
* The location in which the resource is hosted and data resides. Can be one of 'United States', 'Europe', 'Asia Pacific', or 'Australia'. Refer to [this documentation](https://aka.ms/ciam-data-location) for more information.
*
*/
@Import(name="location")
private @Nullable Output location;
/**
* @return The location in which the resource is hosted and data resides. Can be one of 'United States', 'Europe', 'Asia Pacific', or 'Australia'. Refer to [this documentation](https://aka.ms/ciam-data-location) for more information.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy