This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 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 v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
Returns a BotService specified by the parameters.
Uses Azure REST API version 2023-09-15-preview.
Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]
. See the version guide for details.
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 dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the Bot resource group in the user subscription.
- Resource
Name string - The name of the Bot resource.
- Resource
Group stringName - The name of the Bot resource group in the user subscription.
- Resource
Name string - The name of the Bot resource.
- resource
Group StringName - The name of the Bot resource group in the user subscription.
- resource
Name String - The name of the Bot resource.
- resource
Group stringName - The name of the Bot resource group in the user subscription.
- resource
Name 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.
- resource
Group StringName - The name of the Bot resource group in the user subscription.
- resource
Name String - The name of the Bot resource.
getBot Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Specifies the resource ID.
- Name string
- Specifies the name of the resource.
- Properties
Bot
Properties 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
Sku
Response - Gets or sets the SKU of the resource.
- map[string]string
- Contains resource tags defined as key/value pairs.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Specifies the resource ID.
- name String
- Specifies the name of the resource.
- properties
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
Sku
Response - Gets or sets the SKU of the resource.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Specifies the resource ID.
- name string
- Specifies the name of the resource.
- properties
Bot
Properties 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
Sku
Response - Gets or sets the SKU of the resource.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Specifies the resource ID.
- name str
- Specifies the name of the resource.
- properties
Bot
Properties 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
Sku
Response - Gets or sets the SKU of the resource.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- azure
Api StringVersion - The Azure API version of the resource.
- 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
- Cmek
Encryption stringStatus - The CMK encryption status
- Configured
Channels List<string> - Collection of channels for which the bot is configured
- Display
Name string - The Name of the bot
- Enabled
Channels List<string> - Collection of channels for which the bot is enabled
- Endpoint string
- The bot's endpoint
- Endpoint
Version string - The bot's endpoint version
- Is
Developer boolApp Insights Api Key Set - Whether the bot is developerAppInsightsApiKey set
- Migration
Token string - Token used to migrate non Azure bot to azure subscription
- Msa
App stringId - Microsoft App Id for the bot
- Network
Security List<Pulumi.Perimeter Configurations Azure Native. Bot Service. Inputs. Network Security Perimeter Configuration Response> - List of Network Security Perimeter configurations for the bot
- Private
Endpoint List<Pulumi.Connections Azure Native. Bot Service. Inputs. Private Endpoint Connection Response> - List of Private Endpoint Connections configured for the bot
- Provisioning
State string - Provisioning state of the resource
- All
Settings Dictionary<string, string> - Contains resource all settings defined as key/value pairs.
- App
Password stringHint - The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- Cmek
Key stringVault Url - The CMK Url
- Description string
- The description of the bot
- Developer
App stringInsight Key - The Application Insights key
- Developer
App stringInsights Api Key - The Application Insights Api Key
- Developer
App stringInsights 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 string - The Icon Url of the bot
- Is
Cmek boolEnabled - Whether Cmek is enabled
- Is
Streaming boolSupported - Whether the bot is streaming supported
- Luis
App List<string>Ids - Collection of LUIS App Ids
- Luis
Key string - The LUIS Key
- Manifest
Url string - The bot's manifest url
- Msa
App stringMSIResource Id - Microsoft App Managed Identity Resource Id for the bot
- Msa
App stringTenant Id - Microsoft App Tenant Id for the bot
- Msa
App stringType - Microsoft App Type for the bot
- Open
With 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.
- Public
Network stringAccess - Whether the bot is in an isolated network
- Publishing
Credentials string - Publishing credentials of the resource
- Schema
Transformation stringVersion - The channel schema transformation version for the bot
- Storage
Resource stringId - The storage resourceId for the bot
- Tenant
Id string - The Tenant Id for the bot
- Cmek
Encryption stringStatus - The CMK encryption status
- Configured
Channels []string - Collection of channels for which the bot is configured
- Display
Name string - The Name of the bot
- Enabled
Channels []string - Collection of channels for which the bot is enabled
- Endpoint string
- The bot's endpoint
- Endpoint
Version string - The bot's endpoint version
- Is
Developer boolApp Insights Api Key Set - Whether the bot is developerAppInsightsApiKey set
- Migration
Token string - Token used to migrate non Azure bot to azure subscription
- Msa
App stringId - Microsoft App Id for the bot
- Network
Security []NetworkPerimeter Configurations Security Perimeter Configuration Response - List of Network Security Perimeter configurations for the bot
- Private
Endpoint []PrivateConnections Endpoint Connection Response - List of Private Endpoint Connections configured for the bot
- Provisioning
State string - Provisioning state of the resource
- All
Settings map[string]string - Contains resource all settings defined as key/value pairs.
- App
Password stringHint - The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- Cmek
Key stringVault Url - The CMK Url
- Description string
- The description of the bot
- Developer
App stringInsight Key - The Application Insights key
- Developer
App stringInsights Api Key - The Application Insights Api Key
- Developer
App stringInsights 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 string - The Icon Url of the bot
- Is
Cmek boolEnabled - Whether Cmek is enabled
- Is
Streaming boolSupported - Whether the bot is streaming supported
- Luis
App []stringIds - Collection of LUIS App Ids
- Luis
Key string - The LUIS Key
- Manifest
Url string - The bot's manifest url
- Msa
App stringMSIResource Id - Microsoft App Managed Identity Resource Id for the bot
- Msa
App stringTenant Id - Microsoft App Tenant Id for the bot
- Msa
App stringType - Microsoft App Type for the bot
- Open
With 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.
- Public
Network stringAccess - Whether the bot is in an isolated network
- Publishing
Credentials string - Publishing credentials of the resource
- Schema
Transformation stringVersion - The channel schema transformation version for the bot
- Storage
Resource stringId - The storage resourceId for the bot
- Tenant
Id string - The Tenant Id for the bot
- cmek
Encryption StringStatus - The CMK encryption status
- configured
Channels List<String> - Collection of channels for which the bot is configured
- display
Name String - The Name of the bot
- enabled
Channels List<String> - Collection of channels for which the bot is enabled
- endpoint String
- The bot's endpoint
- endpoint
Version String - The bot's endpoint version
- is
Developer BooleanApp Insights Api Key Set - Whether the bot is developerAppInsightsApiKey set
- migration
Token String - Token used to migrate non Azure bot to azure subscription
- msa
App StringId - Microsoft App Id for the bot
- network
Security List<NetworkPerimeter Configurations Security Perimeter Configuration Response> - List of Network Security Perimeter configurations for the bot
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - List of Private Endpoint Connections configured for the bot
- provisioning
State String - Provisioning state of the resource
- all
Settings Map<String,String> - Contains resource all settings defined as key/value pairs.
- app
Password StringHint - The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmek
Key StringVault Url - The CMK Url
- description String
- The description of the bot
- developer
App StringInsight Key - The Application Insights key
- developer
App StringInsights Api Key - The Application Insights Api Key
- developer
App StringInsights Application Id - The Application Insights App Id
- disable
Local BooleanAuth - Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- icon
Url String - The Icon Url of the bot
- is
Cmek BooleanEnabled - Whether Cmek is enabled
- is
Streaming BooleanSupported - Whether the bot is streaming supported
- luis
App List<String>Ids - Collection of LUIS App Ids
- luis
Key String - The LUIS Key
- manifest
Url String - The bot's manifest url
- msa
App StringMSIResource Id - Microsoft App Managed Identity Resource Id for the bot
- msa
App StringTenant Id - Microsoft App Tenant Id for the bot
- msa
App StringType - Microsoft App Type for the bot
- open
With 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.
- public
Network StringAccess - Whether the bot is in an isolated network
- publishing
Credentials String - Publishing credentials of the resource
- schema
Transformation StringVersion - The channel schema transformation version for the bot
- storage
Resource StringId - The storage resourceId for the bot
- tenant
Id String - The Tenant Id for the bot
- cmek
Encryption stringStatus - The CMK encryption status
- configured
Channels string[] - Collection of channels for which the bot is configured
- display
Name string - The Name of the bot
- enabled
Channels string[] - Collection of channels for which the bot is enabled
- endpoint string
- The bot's endpoint
- endpoint
Version string - The bot's endpoint version
- is
Developer booleanApp Insights Api Key Set - Whether the bot is developerAppInsightsApiKey set
- migration
Token string - Token used to migrate non Azure bot to azure subscription
- msa
App stringId - Microsoft App Id for the bot
- network
Security NetworkPerimeter Configurations Security Perimeter Configuration Response[] - List of Network Security Perimeter configurations for the bot
- private
Endpoint PrivateConnections Endpoint Connection Response[] - List of Private Endpoint Connections configured for the bot
- provisioning
State string - Provisioning state of the resource
- all
Settings {[key: string]: string} - Contains resource all settings defined as key/value pairs.
- app
Password stringHint - The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmek
Key stringVault Url - The CMK Url
- description string
- The description of the bot
- developer
App stringInsight Key - The Application Insights key
- developer
App stringInsights Api Key - The Application Insights Api Key
- developer
App stringInsights Application Id - The Application Insights App Id
- disable
Local booleanAuth - Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- icon
Url string - The Icon Url of the bot
- is
Cmek booleanEnabled - Whether Cmek is enabled
- is
Streaming booleanSupported - Whether the bot is streaming supported
- luis
App string[]Ids - Collection of LUIS App Ids
- luis
Key string - The LUIS Key
- manifest
Url string - The bot's manifest url
- msa
App stringMSIResource Id - Microsoft App Managed Identity Resource Id for the bot
- msa
App stringTenant Id - Microsoft App Tenant Id for the bot
- msa
App stringType - Microsoft App Type for the bot
- open
With 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.
- public
Network stringAccess - Whether the bot is in an isolated network
- publishing
Credentials string - Publishing credentials of the resource
- schema
Transformation stringVersion - The channel schema transformation version for the bot
- storage
Resource stringId - The storage resourceId for the bot
- tenant
Id 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
- network_
security_ Sequence[Networkperimeter_ configurations Security Perimeter Configuration Response] - List of Network Security Perimeter configurations 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
- cmek
Encryption StringStatus - The CMK encryption status
- configured
Channels List<String> - Collection of channels for which the bot is configured
- display
Name String - The Name of the bot
- enabled
Channels List<String> - Collection of channels for which the bot is enabled
- endpoint String
- The bot's endpoint
- endpoint
Version String - The bot's endpoint version
- is
Developer BooleanApp Insights Api Key Set - Whether the bot is developerAppInsightsApiKey set
- migration
Token String - Token used to migrate non Azure bot to azure subscription
- msa
App StringId - Microsoft App Id for the bot
- network
Security List<Property Map>Perimeter Configurations - List of Network Security Perimeter configurations for the bot
- private
Endpoint List<Property Map>Connections - List of Private Endpoint Connections configured for the bot
- provisioning
State String - Provisioning state of the resource
- all
Settings Map<String> - Contains resource all settings defined as key/value pairs.
- app
Password StringHint - The hint (e.g. keyVault secret resourceId) on how to fetch the app secret
- cmek
Key StringVault Url - The CMK Url
- description String
- The description of the bot
- developer
App StringInsight Key - The Application Insights key
- developer
App StringInsights Api Key - The Application Insights Api Key
- developer
App StringInsights Application Id - The Application Insights App Id
- disable
Local BooleanAuth - Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
- icon
Url String - The Icon Url of the bot
- is
Cmek BooleanEnabled - Whether Cmek is enabled
- is
Streaming BooleanSupported - Whether the bot is streaming supported
- luis
App List<String>Ids - Collection of LUIS App Ids
- luis
Key String - The LUIS Key
- manifest
Url String - The bot's manifest url
- msa
App StringMSIResource Id - Microsoft App Managed Identity Resource Id for the bot
- msa
App StringTenant Id - Microsoft App Tenant Id for the bot
- msa
App StringType - Microsoft App Type for the bot
- open
With 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.
- public
Network StringAccess - Whether the bot is in an isolated network
- publishing
Credentials String - Publishing credentials of the resource
- schema
Transformation StringVersion - The channel schema transformation version for the bot
- storage
Resource StringId - The storage resourceId for the bot
- tenant
Id String - The Tenant Id for the bot
NetworkSecurityPerimeterConfigurationPropertiesResponse
- Network
Security Pulumi.Perimeter Azure Native. Bot Service. Inputs. Network Security Perimeter Response - Information about Network Security Perimeter
- Profile
Pulumi.
Azure Native. Bot Service. Inputs. Profile Response - Information about profile
- Resource
Association Pulumi.Azure Native. Bot Service. Inputs. Resource Association Response - Information about resource association
- Provisioning
Issues List<Pulumi.Azure Native. Bot Service. Inputs. Provisioning Issue Response> - List of Provisioning Issues if any
- Provisioning
State string
- Network
Security NetworkPerimeter Security Perimeter Response - Information about Network Security Perimeter
- Profile
Profile
Response - Information about profile
- Resource
Association ResourceAssociation Response - Information about resource association
- Provisioning
Issues []ProvisioningIssue Response - List of Provisioning Issues if any
- Provisioning
State string
- network
Security NetworkPerimeter Security Perimeter Response - Information about Network Security Perimeter
- profile
Profile
Response - Information about profile
- resource
Association ResourceAssociation Response - Information about resource association
- provisioning
Issues List<ProvisioningIssue Response> - List of Provisioning Issues if any
- provisioning
State String
- network
Security NetworkPerimeter Security Perimeter Response - Information about Network Security Perimeter
- profile
Profile
Response - Information about profile
- resource
Association ResourceAssociation Response - Information about resource association
- provisioning
Issues ProvisioningIssue Response[] - List of Provisioning Issues if any
- provisioning
State string
- network_
security_ Networkperimeter Security Perimeter Response - Information about Network Security Perimeter
- profile
Profile
Response - Information about profile
- resource_
association ResourceAssociation Response - Information about resource association
- provisioning_
issues Sequence[ProvisioningIssue Response] - List of Provisioning Issues if any
- provisioning_
state str
- network
Security Property MapPerimeter - Information about Network Security Perimeter
- profile Property Map
- Information about profile
- resource
Association Property Map - Information about resource association
- provisioning
Issues List<Property Map> - List of Provisioning Issues if any
- provisioning
State String
NetworkSecurityPerimeterConfigurationResponse
- Properties
Pulumi.
Azure Native. Bot Service. Inputs. Network Security Perimeter Configuration Properties Response - Properties of the Network Security Perimeter configuration
- Id string
- Fully qualified identifier of the resource
- Name string
- Name of the resource
- Type string
- Type of the resource
- Properties
Network
Security Perimeter Configuration Properties Response - Properties of the Network Security Perimeter configuration
- Id string
- Fully qualified identifier of the resource
- Name string
- Name of the resource
- Type string
- Type of the resource
- properties
Network
Security Perimeter Configuration Properties Response - Properties of the Network Security Perimeter configuration
- id String
- Fully qualified identifier of the resource
- name String
- Name of the resource
- type String
- Type of the resource
- properties
Network
Security Perimeter Configuration Properties Response - Properties of the Network Security Perimeter configuration
- id string
- Fully qualified identifier of the resource
- name string
- Name of the resource
- type string
- Type of the resource
- properties
Network
Security Perimeter Configuration Properties Response - Properties of the Network Security Perimeter configuration
- id str
- Fully qualified identifier of the resource
- name str
- Name of the resource
- type str
- Type of the resource
- properties Property Map
- Properties of the Network Security Perimeter configuration
- id String
- Fully qualified identifier of the resource
- name String
- Name of the resource
- type String
- Type of the resource
NetworkSecurityPerimeterResponse
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- Location of the Network Security Perimeter
- Perimeter
Guid string - Guid of the Network Security Perimeter
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- Location of the Network Security Perimeter
- Perimeter
Guid string - Guid of the Network Security Perimeter
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- Location of the Network Security Perimeter
- perimeter
Guid String - Guid of the Network Security Perimeter
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- Location of the Network Security Perimeter
- perimeter
Guid string - Guid of the Network Security Perimeter
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- Location of the Network Security Perimeter
- perimeter_
guid str - Guid of the Network Security Perimeter
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- Location of the Network Security Perimeter
- perimeter
Guid String - Guid of the Network Security Perimeter
NspAccessRuleResponse
- Properties
Pulumi.
Azure Native. Bot Service. Inputs. Nsp Access Rule Response Properties - Properties of Access Rule
- Name string
- Name of the access rule
- Properties
Nsp
Access Rule Response Properties - Properties of Access Rule
- Name string
- Name of the access rule
- properties
Nsp
Access Rule Response Properties - Properties of Access Rule
- name String
- Name of the access rule
- properties
Nsp
Access Rule Response Properties - Properties of Access Rule
- name string
- Name of the access rule
- properties
Nsp
Access Rule Response Properties - Properties of Access Rule
- name str
- Name of the access rule
- properties Property Map
- Properties of Access Rule
- name String
- Name of the access rule
NspAccessRuleResponseProperties
- Email
Addresses List<string> - Email addresses for outbound rules
- Fully
Qualified List<string>Domain Names - FQDN for outbound rules
- Network
Security List<Pulumi.Perimeters Azure Native. Bot Service. Inputs. Network Security Perimeter Response> - NetworkSecurityPerimeters for inbound rules
- Phone
Numbers List<string> - Phone numbers for outbound rules
- Address
Prefixes List<string> - Address prefixes in the CIDR format for inbound rules
- Direction string
- Direction of Access Rule
- Subscriptions
List<Pulumi.
Azure Native. Bot Service. Inputs. Nsp Access Rule Response Subscriptions> - Subscriptions for inbound rules
- Email
Addresses []string - Email addresses for outbound rules
- Fully
Qualified []stringDomain Names - FQDN for outbound rules
- Network
Security []NetworkPerimeters Security Perimeter Response - NetworkSecurityPerimeters for inbound rules
- Phone
Numbers []string - Phone numbers for outbound rules
- Address
Prefixes []string - Address prefixes in the CIDR format for inbound rules
- Direction string
- Direction of Access Rule
- Subscriptions
[]Nsp
Access Rule Response Subscriptions - Subscriptions for inbound rules
- email
Addresses List<String> - Email addresses for outbound rules
- fully
Qualified List<String>Domain Names - FQDN for outbound rules
- network
Security List<NetworkPerimeters Security Perimeter Response> - NetworkSecurityPerimeters for inbound rules
- phone
Numbers List<String> - Phone numbers for outbound rules
- address
Prefixes List<String> - Address prefixes in the CIDR format for inbound rules
- direction String
- Direction of Access Rule
- subscriptions
List<Nsp
Access Rule Response Subscriptions> - Subscriptions for inbound rules
- email
Addresses string[] - Email addresses for outbound rules
- fully
Qualified string[]Domain Names - FQDN for outbound rules
- network
Security NetworkPerimeters Security Perimeter Response[] - NetworkSecurityPerimeters for inbound rules
- phone
Numbers string[] - Phone numbers for outbound rules
- address
Prefixes string[] - Address prefixes in the CIDR format for inbound rules
- direction string
- Direction of Access Rule
- subscriptions
Nsp
Access Rule Response Subscriptions[] - Subscriptions for inbound rules
- email_
addresses Sequence[str] - Email addresses for outbound rules
- fully_
qualified_ Sequence[str]domain_ names - FQDN for outbound rules
- network_
security_ Sequence[Networkperimeters Security Perimeter Response] - NetworkSecurityPerimeters for inbound rules
- phone_
numbers Sequence[str] - Phone numbers for outbound rules
- address_
prefixes Sequence[str] - Address prefixes in the CIDR format for inbound rules
- direction str
- Direction of Access Rule
- subscriptions
Sequence[Nsp
Access Rule Response Subscriptions] - Subscriptions for inbound rules
- email
Addresses List<String> - Email addresses for outbound rules
- fully
Qualified List<String>Domain Names - FQDN for outbound rules
- network
Security List<Property Map>Perimeters - NetworkSecurityPerimeters for inbound rules
- phone
Numbers List<String> - Phone numbers for outbound rules
- address
Prefixes List<String> - Address prefixes in the CIDR format for inbound rules
- direction String
- Direction of Access Rule
- subscriptions List<Property Map>
- Subscriptions for inbound rules
NspAccessRuleResponseSubscriptions
- Id string
- Fully qualified identifier of subscription
- Id string
- Fully qualified identifier of subscription
- id String
- Fully qualified identifier of subscription
- id string
- Fully qualified identifier of subscription
- id str
- Fully qualified identifier of subscription
- id String
- Fully qualified identifier of subscription
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
- Private
Link 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.
- Provisioning
State 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"
- Group
Ids List<string> - Group ids
- Private
Endpoint 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
- 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 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"
- Group
Ids []string - 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
- 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 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"
- group
Ids List<String> - 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
- 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 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"
- group
Ids string[] - Group ids
- private
Endpoint 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
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State 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"
- group
Ids List<String> - Group ids
- private
Endpoint 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
- Actions
Required 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 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 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 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.
- actions
Required 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.
ProfileResponse
- Enabled
Log List<string>Categories - List of log categories
- Access
Rules List<Pulumi.Azure Native. Bot Service. Inputs. Nsp Access Rule Response> - List of Access Rules
- Access
Rules doubleVersion - Current access rules version
- Diagnostic
Settings doubleVersion - Current diagnostic settings version
- Name string
- Name of the profile
- Enabled
Log []stringCategories - List of log categories
- Access
Rules []NspAccess Rule Response - List of Access Rules
- Access
Rules float64Version - Current access rules version
- Diagnostic
Settings float64Version - Current diagnostic settings version
- Name string
- Name of the profile
- enabled
Log List<String>Categories - List of log categories
- access
Rules List<NspAccess Rule Response> - List of Access Rules
- access
Rules DoubleVersion - Current access rules version
- diagnostic
Settings DoubleVersion - Current diagnostic settings version
- name String
- Name of the profile
- enabled
Log string[]Categories - List of log categories
- access
Rules NspAccess Rule Response[] - List of Access Rules
- access
Rules numberVersion - Current access rules version
- diagnostic
Settings numberVersion - Current diagnostic settings version
- name string
- Name of the profile
- enabled_
log_ Sequence[str]categories - List of log categories
- access_
rules Sequence[NspAccess Rule Response] - List of Access Rules
- access_
rules_ floatversion - Current access rules version
- diagnostic_
settings_ floatversion - Current diagnostic settings version
- name str
- Name of the profile
- enabled
Log List<String>Categories - List of log categories
- access
Rules List<Property Map> - List of Access Rules
- access
Rules NumberVersion - Current access rules version
- diagnostic
Settings NumberVersion - Current diagnostic settings version
- name String
- Name of the profile
ProvisioningIssueResponse
- Properties
Pulumi.
Azure Native. Bot Service. Inputs. Provisioning Issue Response Properties - Properties of Provisioning Issue
- Name string
- Name of the issue
- Properties
Provisioning
Issue Response Properties - Properties of Provisioning Issue
- Name string
- Name of the issue
- properties
Provisioning
Issue Response Properties - Properties of Provisioning Issue
- name String
- Name of the issue
- properties
Provisioning
Issue Response Properties - Properties of Provisioning Issue
- name string
- Name of the issue
- properties
Provisioning
Issue Response Properties - Properties of Provisioning Issue
- name str
- Name of the issue
- properties Property Map
- Properties of Provisioning Issue
- name String
- Name of the issue
ProvisioningIssueResponseProperties
- Suggested
Resource List<string>Ids - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- Description string
- Description of the issue
- Issue
Type string - Type of Issue
- Severity string
- Provisioning state of Network Security Perimeter configuration propagation
- Suggested
Access List<Pulumi.Rules Azure Native. Bot Service. Inputs. Nsp Access Rule Response> - Access rules that can be added to the same profile to remediate the issue.
- Suggested
Resource []stringIds - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- Description string
- Description of the issue
- Issue
Type string - Type of Issue
- Severity string
- Provisioning state of Network Security Perimeter configuration propagation
- Suggested
Access []NspRules Access Rule Response - Access rules that can be added to the same profile to remediate the issue.
- suggested
Resource List<String>Ids - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- description String
- Description of the issue
- issue
Type String - Type of Issue
- severity String
- Provisioning state of Network Security Perimeter configuration propagation
- suggested
Access List<NspRules Access Rule Response> - Access rules that can be added to the same profile to remediate the issue.
- suggested
Resource string[]Ids - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- description string
- Description of the issue
- issue
Type string - Type of Issue
- severity string
- Provisioning state of Network Security Perimeter configuration propagation
- suggested
Access NspRules Access Rule Response[] - Access rules that can be added to the same profile to remediate the issue.
- suggested_
resource_ Sequence[str]ids - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- description str
- Description of the issue
- issue_
type str - Type of Issue
- severity str
- Provisioning state of Network Security Perimeter configuration propagation
- suggested_
access_ Sequence[Nsprules Access Rule Response] - Access rules that can be added to the same profile to remediate the issue.
- suggested
Resource List<String>Ids - ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- description String
- Description of the issue
- issue
Type String - Type of Issue
- severity String
- Provisioning state of Network Security Perimeter configuration propagation
- suggested
Access List<Property Map>Rules - Access rules that can be added to the same profile to remediate the issue.
ResourceAssociationResponse
- Access
Mode string - Access Mode of the resource association
- Name string
- Name of the resource association
- Access
Mode string - Access Mode of the resource association
- Name string
- Name of the resource association
- access
Mode String - Access Mode of the resource association
- name String
- Name of the resource association
- access
Mode string - Access Mode of the resource association
- name string
- Name of the resource association
- access_
mode str - Access Mode of the resource association
- name str
- Name of the resource association
- access
Mode String - Access Mode of the resource association
- name String
- Name of the resource association
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 v3.3.0 published on Monday, Apr 28, 2025 by Pulumi