Package-level declarations

Types

Link copied to clipboard
class B2CTenant : KotlinCustomResource

Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2021-04-01, 2023-01-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureactivedirectory [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class B2CTenantArgs(val countryCode: Output<String>? = null, val displayName: Output<String>? = null, val isGoLocalTenant: Output<Boolean>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<B2CResourceSKUArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<B2CTenantArgs>

Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2021-04-01, 2023-01-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureactivedirectory [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object B2CTenantMapper : ResourceMapper<B2CTenant>
Link copied to clipboard
Link copied to clipboard
class CIAMTenant : KotlinCustomResource

The Azure AD for customers resource. Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-17-preview.

Link copied to clipboard
data class CIAMTenantArgs(val createTenantProperties: Output<CreateCIAMTenantPropertiesArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<CIAMResourceSKUArgs>? = null, val tags: Output<Map<String, String>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<CIAMTenantArgs>

The Azure AD for customers resource. Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-17-preview.

Link copied to clipboard
Link copied to clipboard
object CIAMTenantMapper : ResourceMapper<CIAMTenant>
Link copied to clipboard
Link copied to clipboard
class GuestUsage : KotlinCustomResource

Guest Usages Resource Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2021-04-01, 2023-01-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureactivedirectory [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class GuestUsageArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<GuestUsageArgs>

Guest Usages Resource Uses Azure REST API version 2023-05-17-preview. In version 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2021-04-01, 2023-01-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureactivedirectory [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object GuestUsageMapper : ResourceMapper<GuestUsage>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun b2cTenant(name: String, block: suspend B2CTenantResourceBuilder.() -> Unit): B2CTenant
Link copied to clipboard
suspend fun ciamTenant(name: String, block: suspend CIAMTenantResourceBuilder.() -> Unit): CIAMTenant
Link copied to clipboard
suspend fun guestUsage(name: String, block: suspend GuestUsageResourceBuilder.() -> Unit): GuestUsage