This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.botservice.getBot
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Returns a BotService specified by the parameters.
Uses Azure REST API version 2022-09-15.
Other available API versions: 2023-09-15-preview.
Using getBot
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 getBot(args: GetBotArgs, opts?: InvokeOptions): Promise<GetBotResult>
function getBotOutput(args: GetBotOutputArgs, opts?: InvokeOptions): Output<GetBotResult>def get_bot(resource_group_name: Optional[str] = None,
            resource_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetBotResult
def get_bot_output(resource_group_name: Optional[pulumi.Input[str]] = None,
            resource_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetBotResult]func LookupBot(ctx *Context, args *LookupBotArgs, opts ...InvokeOption) (*LookupBotResult, error)
func LookupBotOutput(ctx *Context, args *LookupBotOutputArgs, opts ...InvokeOption) LookupBotResultOutput> Note: This function is named LookupBot in the Go SDK.
public static class GetBot 
{
    public static Task<GetBotResult> InvokeAsync(GetBotArgs args, InvokeOptions? opts = null)
    public static Output<GetBotResult> Invoke(GetBotInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotResult> getBot(GetBotArgs args, InvokeOptions options)
public static Output<GetBotResult> getBot(GetBotArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:botservice:getBot
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- ResourceName string
- The name of the Bot resource.
- ResourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- ResourceName string
- The name of the Bot resource.
- resourceGroup StringName 
- The name of the Bot resource group in the user subscription.
- resourceName String
- The name of the Bot resource.
- resourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- resourceName string
- The name of the Bot resource.
- resource_group_ strname 
- The name of the Bot resource group in the user subscription.
- resource_name str
- The name of the Bot resource.
- resourceGroup StringName 
- The name of the Bot resource group in the user subscription.
- resourceName String
- The name of the Bot resource.
getBot Result
The following output properties are available:
- Id string
- Specifies the resource ID.
- Name string
- Specifies the name of the resource.
- Properties
Pulumi.Azure Native. Bot Service. Outputs. Bot Properties Response 
- The set of properties specific to bot resource
- Type string
- Specifies the type of the resource.
- Zones List<string>
- Entity zones
- Etag string
- Entity Tag.
- Kind string
- Required. Gets or sets the Kind of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Pulumi.Azure Native. Bot Service. Outputs. Sku Response 
- Gets or sets the SKU of the resource.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Id string
- Specifies the resource ID.
- Name string
- Specifies the name of the resource.
- Properties
BotProperties Response 
- The set of properties specific to bot resource
- Type string
- Specifies the type of the resource.
- Zones []string
- Entity zones
- Etag string
- Entity Tag.
- Kind string
- Required. Gets or sets the Kind of the resource.
- Location string
- Specifies the location of the resource.
- Sku
SkuResponse 
- Gets or sets the SKU of the resource.
- map[string]string
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- name String
- Specifies the name of the resource.
- properties
BotProperties Response 
- The set of properties specific to bot resource
- type String
- Specifies the type of the resource.
- zones List<String>
- Entity zones
- etag String
- Entity Tag.
- kind String
- Required. Gets or sets the Kind of the resource.
- location String
- Specifies the location of the resource.
- sku
SkuResponse 
- Gets or sets the SKU of the resource.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- id string
- Specifies the resource ID.
- name string
- Specifies the name of the resource.
- properties
BotProperties Response 
- The set of properties specific to bot resource
- type string
- Specifies the type of the resource.
- zones string[]
- Entity zones
- etag string
- Entity Tag.
- kind string
- Required. Gets or sets the Kind of the resource.
- location string
- Specifies the location of the resource.
- sku
SkuResponse 
- Gets or sets the SKU of the resource.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- id str
- Specifies the resource ID.
- name str
- Specifies the name of the resource.
- properties
BotProperties Response 
- The set of properties specific to bot resource
- type str
- Specifies the type of the resource.
- zones Sequence[str]
- Entity zones
- etag str
- Entity Tag.
- kind str
- Required. Gets or sets the Kind of the resource.
- location str
- Specifies the location of the resource.
- sku
SkuResponse 
- Gets or sets the SKU of the resource.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- name String
- Specifies the name of the resource.
- properties Property Map
- The set of properties specific to bot resource
- type String
- Specifies the type of the resource.
- zones List<String>
- Entity zones
- etag String
- Entity Tag.
- kind String
- Required. Gets or sets the Kind of the resource.
- location String
- Specifies the location of the resource.
- sku Property Map
- Gets or sets the SKU of the resource.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
BotPropertiesResponse  
- CmekEncryption stringStatus 
- The CMK encryption status
- ConfiguredChannels List<string>
- Collection of channels for which the bot is configured
- DisplayName string
- The Name of the bot
- EnabledChannels List<string>
- Collection of channels for which the bot is enabled
- Endpoint string
- The bot's endpoint
- EndpointVersion string
- The bot's endpoint version
- IsDeveloper boolApp Insights Api Key Set 
- Whether the bot is developerAppInsightsApiKey set
- MigrationToken string
- Token used to migrate non Azure bot to azure subscription
- MsaApp stringId 
- Microsoft App Id for the bot
- PrivateEndpoint List<Pulumi.Connections Azure Native. Bot Service. Inputs. Private Endpoint Connection Response> 
- List of Private Endpoint Connections configured for the bot
- ProvisioningState string
- Provisioning state of the resource
- AllSettings Dictionary<string, string>
- Contains resource all settings defined as key/value pairs.
- AppPassword stringHint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- CmekKey stringVault Url 
- The CMK Url
- Description string
- The description of the bot
- DeveloperApp stringInsight Key 
- The Application Insights key
- DeveloperApp stringInsights Api Key 
- The Application Insights Api Key
- DeveloperApp stringInsights Application Id 
- The Application Insights App Id
- DisableLocal boolAuth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- IconUrl string
- The Icon Url of the bot
- IsCmek boolEnabled 
- Whether Cmek is enabled
- IsStreaming boolSupported 
- Whether the bot is streaming supported
- LuisApp List<string>Ids 
- Collection of LUIS App Ids
- LuisKey string
- The LUIS Key
- ManifestUrl string
- The bot's manifest url
- MsaApp stringMSIResource Id 
- Microsoft App Managed Identity Resource Id for the bot
- MsaApp stringTenant Id 
- Microsoft App Tenant Id for the bot
- MsaApp stringType 
- Microsoft App Type for the bot
- OpenWith stringHint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- Parameters Dictionary<string, string>
- Contains resource parameters defined as key/value pairs.
- PublicNetwork stringAccess 
- Whether the bot is in an isolated network
- PublishingCredentials string
- Publishing credentials of the resource
- SchemaTransformation stringVersion 
- The channel schema transformation version for the bot
- StorageResource stringId 
- The storage resourceId for the bot
- TenantId string
- The Tenant Id for the bot
- CmekEncryption stringStatus 
- The CMK encryption status
- ConfiguredChannels []string
- Collection of channels for which the bot is configured
- DisplayName string
- The Name of the bot
- EnabledChannels []string
- Collection of channels for which the bot is enabled
- Endpoint string
- The bot's endpoint
- EndpointVersion string
- The bot's endpoint version
- IsDeveloper boolApp Insights Api Key Set 
- Whether the bot is developerAppInsightsApiKey set
- MigrationToken string
- Token used to migrate non Azure bot to azure subscription
- MsaApp stringId 
- Microsoft App Id for the bot
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- List of Private Endpoint Connections configured for the bot
- ProvisioningState string
- Provisioning state of the resource
- AllSettings map[string]string
- Contains resource all settings defined as key/value pairs.
- AppPassword stringHint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- CmekKey stringVault Url 
- The CMK Url
- Description string
- The description of the bot
- DeveloperApp stringInsight Key 
- The Application Insights key
- DeveloperApp stringInsights Api Key 
- The Application Insights Api Key
- DeveloperApp stringInsights Application Id 
- The Application Insights App Id
- DisableLocal boolAuth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- IconUrl string
- The Icon Url of the bot
- IsCmek boolEnabled 
- Whether Cmek is enabled
- IsStreaming boolSupported 
- Whether the bot is streaming supported
- LuisApp []stringIds 
- Collection of LUIS App Ids
- LuisKey string
- The LUIS Key
- ManifestUrl string
- The bot's manifest url
- MsaApp stringMSIResource Id 
- Microsoft App Managed Identity Resource Id for the bot
- MsaApp stringTenant Id 
- Microsoft App Tenant Id for the bot
- MsaApp stringType 
- Microsoft App Type for the bot
- OpenWith stringHint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- Parameters map[string]string
- Contains resource parameters defined as key/value pairs.
- PublicNetwork stringAccess 
- Whether the bot is in an isolated network
- PublishingCredentials string
- Publishing credentials of the resource
- SchemaTransformation stringVersion 
- The channel schema transformation version for the bot
- StorageResource stringId 
- The storage resourceId for the bot
- TenantId string
- The Tenant Id for the bot
- cmekEncryption StringStatus 
- The CMK encryption status
- configuredChannels List<String>
- Collection of channels for which the bot is configured
- displayName String
- The Name of the bot
- enabledChannels List<String>
- Collection of channels for which the bot is enabled
- endpoint String
- The bot's endpoint
- endpointVersion String
- The bot's endpoint version
- isDeveloper BooleanApp Insights Api Key Set 
- Whether the bot is developerAppInsightsApiKey set
- migrationToken String
- Token used to migrate non Azure bot to azure subscription
- msaApp StringId 
- Microsoft App Id for the bot
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- List of Private Endpoint Connections configured for the bot
- provisioningState String
- Provisioning state of the resource
- allSettings Map<String,String>
- Contains resource all settings defined as key/value pairs.
- appPassword StringHint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmekKey StringVault Url 
- The CMK Url
- description String
- The description of the bot
- developerApp StringInsight Key 
- The Application Insights key
- developerApp StringInsights Api Key 
- The Application Insights Api Key
- developerApp StringInsights Application Id 
- The Application Insights App Id
- disableLocal BooleanAuth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- iconUrl String
- The Icon Url of the bot
- isCmek BooleanEnabled 
- Whether Cmek is enabled
- isStreaming BooleanSupported 
- Whether the bot is streaming supported
- luisApp List<String>Ids 
- Collection of LUIS App Ids
- luisKey String
- The LUIS Key
- manifestUrl String
- The bot's manifest url
- msaApp StringMSIResource Id 
- Microsoft App Managed Identity Resource Id for the bot
- msaApp StringTenant Id 
- Microsoft App Tenant Id for the bot
- msaApp StringType 
- Microsoft App Type for the bot
- openWith StringHint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- parameters Map<String,String>
- Contains resource parameters defined as key/value pairs.
- publicNetwork StringAccess 
- Whether the bot is in an isolated network
- publishingCredentials String
- Publishing credentials of the resource
- schemaTransformation StringVersion 
- The channel schema transformation version for the bot
- storageResource StringId 
- The storage resourceId for the bot
- tenantId String
- The Tenant Id for the bot
- cmekEncryption stringStatus 
- The CMK encryption status
- configuredChannels string[]
- Collection of channels for which the bot is configured
- displayName string
- The Name of the bot
- enabledChannels string[]
- Collection of channels for which the bot is enabled
- endpoint string
- The bot's endpoint
- endpointVersion string
- The bot's endpoint version
- isDeveloper booleanApp Insights Api Key Set 
- Whether the bot is developerAppInsightsApiKey set
- migrationToken string
- Token used to migrate non Azure bot to azure subscription
- msaApp stringId 
- Microsoft App Id for the bot
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- List of Private Endpoint Connections configured for the bot
- provisioningState string
- Provisioning state of the resource
- allSettings {[key: string]: string}
- Contains resource all settings defined as key/value pairs.
- appPassword stringHint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmekKey stringVault Url 
- The CMK Url
- description string
- The description of the bot
- developerApp stringInsight Key 
- The Application Insights key
- developerApp stringInsights Api Key 
- The Application Insights Api Key
- developerApp stringInsights Application Id 
- The Application Insights App Id
- disableLocal booleanAuth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- iconUrl string
- The Icon Url of the bot
- isCmek booleanEnabled 
- Whether Cmek is enabled
- isStreaming booleanSupported 
- Whether the bot is streaming supported
- luisApp string[]Ids 
- Collection of LUIS App Ids
- luisKey string
- The LUIS Key
- manifestUrl string
- The bot's manifest url
- msaApp stringMSIResource Id 
- Microsoft App Managed Identity Resource Id for the bot
- msaApp stringTenant Id 
- Microsoft App Tenant Id for the bot
- msaApp stringType 
- Microsoft App Type for the bot
- openWith stringHint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- parameters {[key: string]: string}
- Contains resource parameters defined as key/value pairs.
- publicNetwork stringAccess 
- Whether the bot is in an isolated network
- publishingCredentials string
- Publishing credentials of the resource
- schemaTransformation stringVersion 
- The channel schema transformation version for the bot
- storageResource stringId 
- The storage resourceId for the bot
- tenantId string
- The Tenant Id for the bot
- cmek_encryption_ strstatus 
- The CMK encryption status
- configured_channels Sequence[str]
- Collection of channels for which the bot is configured
- display_name str
- The Name of the bot
- enabled_channels Sequence[str]
- Collection of channels for which the bot is enabled
- endpoint str
- The bot's endpoint
- endpoint_version str
- The bot's endpoint version
- is_developer_ boolapp_ insights_ api_ key_ set 
- Whether the bot is developerAppInsightsApiKey set
- migration_token str
- Token used to migrate non Azure bot to azure subscription
- msa_app_ strid 
- Microsoft App Id for the bot
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- List of Private Endpoint Connections configured for the bot
- provisioning_state str
- Provisioning state of the resource
- all_settings Mapping[str, str]
- Contains resource all settings defined as key/value pairs.
- app_password_ strhint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmek_key_ strvault_ url 
- The CMK Url
- description str
- The description of the bot
- developer_app_ strinsight_ key 
- The Application Insights key
- developer_app_ strinsights_ api_ key 
- The Application Insights Api Key
- developer_app_ strinsights_ application_ id 
- The Application Insights App Id
- disable_local_ boolauth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- icon_url str
- The Icon Url of the bot
- is_cmek_ boolenabled 
- Whether Cmek is enabled
- is_streaming_ boolsupported 
- Whether the bot is streaming supported
- luis_app_ Sequence[str]ids 
- Collection of LUIS App Ids
- luis_key str
- The LUIS Key
- manifest_url str
- The bot's manifest url
- msa_app_ strmsi_ resource_ id 
- Microsoft App Managed Identity Resource Id for the bot
- msa_app_ strtenant_ id 
- Microsoft App Tenant Id for the bot
- msa_app_ strtype 
- Microsoft App Type for the bot
- open_with_ strhint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- parameters Mapping[str, str]
- Contains resource parameters defined as key/value pairs.
- public_network_ straccess 
- Whether the bot is in an isolated network
- publishing_credentials str
- Publishing credentials of the resource
- schema_transformation_ strversion 
- The channel schema transformation version for the bot
- storage_resource_ strid 
- The storage resourceId for the bot
- tenant_id str
- The Tenant Id for the bot
- cmekEncryption StringStatus 
- The CMK encryption status
- configuredChannels List<String>
- Collection of channels for which the bot is configured
- displayName String
- The Name of the bot
- enabledChannels List<String>
- Collection of channels for which the bot is enabled
- endpoint String
- The bot's endpoint
- endpointVersion String
- The bot's endpoint version
- isDeveloper BooleanApp Insights Api Key Set 
- Whether the bot is developerAppInsightsApiKey set
- migrationToken String
- Token used to migrate non Azure bot to azure subscription
- msaApp StringId 
- Microsoft App Id for the bot
- privateEndpoint List<Property Map>Connections 
- List of Private Endpoint Connections configured for the bot
- provisioningState String
- Provisioning state of the resource
- allSettings Map<String>
- Contains resource all settings defined as key/value pairs.
- appPassword StringHint 
- The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmekKey StringVault Url 
- The CMK Url
- description String
- The description of the bot
- developerApp StringInsight Key 
- The Application Insights key
- developerApp StringInsights Api Key 
- The Application Insights Api Key
- developerApp StringInsights Application Id 
- The Application Insights App Id
- disableLocal BooleanAuth 
- Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- iconUrl String
- The Icon Url of the bot
- isCmek BooleanEnabled 
- Whether Cmek is enabled
- isStreaming BooleanSupported 
- Whether the bot is streaming supported
- luisApp List<String>Ids 
- Collection of LUIS App Ids
- luisKey String
- The LUIS Key
- manifestUrl String
- The bot's manifest url
- msaApp StringMSIResource Id 
- Microsoft App Managed Identity Resource Id for the bot
- msaApp StringTenant Id 
- Microsoft App Tenant Id for the bot
- msaApp StringType 
- Microsoft App Type for the bot
- openWith StringHint 
- The hint to browser (e.g. protocol handler) on how to open the bot for authoring
- parameters Map<String>
- Contains resource parameters defined as key/value pairs.
- publicNetwork StringAccess 
- Whether the bot is in an isolated network
- publishingCredentials String
- Publishing credentials of the resource
- schemaTransformation StringVersion 
- The channel schema transformation version for the bot
- storageResource StringId 
- The storage resourceId for the bot
- tenantId String
- The Tenant Id for the bot
PrivateEndpointConnectionResponse   
- 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
- PrivateLink Pulumi.Service Connection State Azure Native. Bot Service. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds List<string>
- Group ids
- PrivateEndpoint Pulumi.Azure Native. Bot Service. Inputs. Private Endpoint Response 
- The resource of private end point.
- 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
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- GroupIds []string
- Group ids
- PrivateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- 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
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- Group ids
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- 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
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState string
- The provisioning state of the private endpoint connection resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds string[]
- Group ids
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- 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
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioning_state str
- The provisioning state of the private endpoint connection resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_ids Sequence[str]
- Group ids
- private_endpoint PrivateEndpoint Response 
- The resource of private end point.
- 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
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- groupIds List<String>
- Group ids
- privateEndpoint Property Map
- The resource of private end point.
PrivateEndpointResponse  
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse     
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_required str
- A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
SkuResponse 
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi