azure-native.eventhub.getNamespace
Explore with Pulumi AI
Gets the description of the specified namespace.
Uses Azure REST API version 2024-01-01.
Other available API versions: 2018-01-01-preview, 2021-01-01-preview, 2021-06-01-preview, 2021-11-01, 2022-01-01-preview, 2022-10-01-preview, 2023-01-01-preview, 2024-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native eventhub [ApiVersion]
. See the version guide for details.
Using getNamespace
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 getNamespace(args: GetNamespaceArgs, opts?: InvokeOptions): Promise<GetNamespaceResult>
function getNamespaceOutput(args: GetNamespaceOutputArgs, opts?: InvokeOptions): Output<GetNamespaceResult>
def get_namespace(namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespaceResult
def get_namespace_output(namespace_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceResult]
func LookupNamespace(ctx *Context, args *LookupNamespaceArgs, opts ...InvokeOption) (*LookupNamespaceResult, error)
func LookupNamespaceOutput(ctx *Context, args *LookupNamespaceOutputArgs, opts ...InvokeOption) LookupNamespaceResultOutput
> Note: This function is named LookupNamespace
in the Go SDK.
public static class GetNamespace
{
public static Task<GetNamespaceResult> InvokeAsync(GetNamespaceArgs args, InvokeOptions? opts = null)
public static Output<GetNamespaceResult> Invoke(GetNamespaceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
public static Output<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:eventhub:getNamespace
arguments:
# arguments dictionary
The following arguments are supported:
- Namespace
Name string - The Namespace name
- Resource
Group stringName - Name of the resource group within the azure subscription.
- Namespace
Name string - The Namespace name
- Resource
Group stringName - Name of the resource group within the azure subscription.
- namespace
Name String - The Namespace name
- resource
Group StringName - Name of the resource group within the azure subscription.
- namespace
Name string - The Namespace name
- resource
Group stringName - Name of the resource group within the azure subscription.
- namespace_
name str - The Namespace name
- resource_
group_ strname - Name of the resource group within the azure subscription.
- namespace
Name String - The Namespace name
- resource
Group StringName - Name of the resource group within the azure subscription.
getNamespace Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Created
At string - The time the Namespace was created.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Metric
Id string - Identifier for Azure Insights metrics.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the Namespace.
- Service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- Status string
- Status of the Namespace.
- System
Data Pulumi.Azure Native. Event Hub. Outputs. System Data Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
At string - The time the Namespace was updated.
- Alternate
Name string - Alternate name specified when alias and namespace names are same.
- Cluster
Arm stringId - Cluster ARM ID of the Namespace.
- Disable
Local boolAuth - This property disables SAS authentication for the Event Hubs namespace.
- Encryption
Pulumi.
Azure Native. Event Hub. Outputs. Encryption Response - Properties of BYOK Encryption description
- Identity
Pulumi.
Azure Native. Event Hub. Outputs. Identity Response - Properties of BYOK Identity description
- Is
Auto boolInflate Enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- Kafka
Enabled bool - Value that indicates whether Kafka is enabled for eventhub namespace.
- Location string
- Resource location.
- Maximum
Throughput intUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- Minimum
Tls stringVersion - The minimum TLS version for the cluster to support, e.g. '1.2'
- Private
Endpoint List<Pulumi.Connections Azure Native. Event Hub. Outputs. Private Endpoint Connection Response> - List of private endpoint connections.
- Public
Network stringAccess - This determines if traffic is allowed over public network. By default it is enabled.
- Sku
Pulumi.
Azure Native. Event Hub. Outputs. Sku Response - Properties of sku resource
- Dictionary<string, string>
- Resource tags.
- Zone
Redundant bool - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
- Azure
Api stringVersion - The Azure API version of the resource.
- Created
At string - The time the Namespace was created.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Metric
Id string - Identifier for Azure Insights metrics.
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the Namespace.
- Service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- Status string
- Status of the Namespace.
- System
Data SystemData Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
At string - The time the Namespace was updated.
- Alternate
Name string - Alternate name specified when alias and namespace names are same.
- Cluster
Arm stringId - Cluster ARM ID of the Namespace.
- Disable
Local boolAuth - This property disables SAS authentication for the Event Hubs namespace.
- Encryption
Encryption
Response - Properties of BYOK Encryption description
- Identity
Identity
Response - Properties of BYOK Identity description
- Is
Auto boolInflate Enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- Kafka
Enabled bool - Value that indicates whether Kafka is enabled for eventhub namespace.
- Location string
- Resource location.
- Maximum
Throughput intUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- Minimum
Tls stringVersion - The minimum TLS version for the cluster to support, e.g. '1.2'
- Private
Endpoint []PrivateConnections Endpoint Connection Response - List of private endpoint connections.
- Public
Network stringAccess - This determines if traffic is allowed over public network. By default it is enabled.
- Sku
Sku
Response - Properties of sku resource
- map[string]string
- Resource tags.
- Zone
Redundant bool - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
- azure
Api StringVersion - The Azure API version of the resource.
- created
At String - The time the Namespace was created.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id String - Identifier for Azure Insights metrics.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the Namespace.
- service
Bus StringEndpoint - Endpoint you can use to perform Service Bus operations.
- status String
- Status of the Namespace.
- system
Data SystemData Response - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At String - The time the Namespace was updated.
- alternate
Name String - Alternate name specified when alias and namespace names are same.
- cluster
Arm StringId - Cluster ARM ID of the Namespace.
- disable
Local BooleanAuth - This property disables SAS authentication for the Event Hubs namespace.
- encryption
Encryption
Response - Properties of BYOK Encryption description
- identity
Identity
Response - Properties of BYOK Identity description
- is
Auto BooleanInflate Enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- kafka
Enabled Boolean - Value that indicates whether Kafka is enabled for eventhub namespace.
- location String
- Resource location.
- maximum
Throughput IntegerUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- minimum
Tls StringVersion - The minimum TLS version for the cluster to support, e.g. '1.2'
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - List of private endpoint connections.
- public
Network StringAccess - This determines if traffic is allowed over public network. By default it is enabled.
- sku
Sku
Response - Properties of sku resource
- Map<String,String>
- Resource tags.
- zone
Redundant Boolean - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
- azure
Api stringVersion - The Azure API version of the resource.
- created
At string - The time the Namespace was created.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id string - Identifier for Azure Insights metrics.
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the Namespace.
- service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- status string
- Status of the Namespace.
- system
Data SystemData Response - The system meta data relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At string - The time the Namespace was updated.
- alternate
Name string - Alternate name specified when alias and namespace names are same.
- cluster
Arm stringId - Cluster ARM ID of the Namespace.
- disable
Local booleanAuth - This property disables SAS authentication for the Event Hubs namespace.
- encryption
Encryption
Response - Properties of BYOK Encryption description
- identity
Identity
Response - Properties of BYOK Identity description
- is
Auto booleanInflate Enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- kafka
Enabled boolean - Value that indicates whether Kafka is enabled for eventhub namespace.
- location string
- Resource location.
- maximum
Throughput numberUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- minimum
Tls stringVersion - The minimum TLS version for the cluster to support, e.g. '1.2'
- private
Endpoint PrivateConnections Endpoint Connection Response[] - List of private endpoint connections.
- public
Network stringAccess - This determines if traffic is allowed over public network. By default it is enabled.
- sku
Sku
Response - Properties of sku resource
- {[key: string]: string}
- Resource tags.
- zone
Redundant boolean - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
- azure_
api_ strversion - The Azure API version of the resource.
- created_
at str - The time the Namespace was created.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric_
id str - Identifier for Azure Insights metrics.
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the Namespace.
- service_
bus_ strendpoint - Endpoint you can use to perform Service Bus operations.
- status str
- Status of the Namespace.
- system_
data SystemData Response - The system meta data relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated_
at str - The time the Namespace was updated.
- alternate_
name str - Alternate name specified when alias and namespace names are same.
- cluster_
arm_ strid - Cluster ARM ID of the Namespace.
- disable_
local_ boolauth - This property disables SAS authentication for the Event Hubs namespace.
- encryption
Encryption
Response - Properties of BYOK Encryption description
- identity
Identity
Response - Properties of BYOK Identity description
- is_
auto_ boolinflate_ enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- kafka_
enabled bool - Value that indicates whether Kafka is enabled for eventhub namespace.
- location str
- Resource location.
- maximum_
throughput_ intunits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- minimum_
tls_ strversion - The minimum TLS version for the cluster to support, e.g. '1.2'
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - List of private endpoint connections.
- public_
network_ straccess - This determines if traffic is allowed over public network. By default it is enabled.
- sku
Sku
Response - Properties of sku resource
- Mapping[str, str]
- Resource tags.
- zone_
redundant bool - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
- azure
Api StringVersion - The Azure API version of the resource.
- created
At String - The time the Namespace was created.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- metric
Id String - Identifier for Azure Insights metrics.
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the Namespace.
- service
Bus StringEndpoint - Endpoint you can use to perform Service Bus operations.
- status String
- Status of the Namespace.
- system
Data Property Map - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
At String - The time the Namespace was updated.
- alternate
Name String - Alternate name specified when alias and namespace names are same.
- cluster
Arm StringId - Cluster ARM ID of the Namespace.
- disable
Local BooleanAuth - This property disables SAS authentication for the Event Hubs namespace.
- encryption Property Map
- Properties of BYOK Encryption description
- identity Property Map
- Properties of BYOK Identity description
- is
Auto BooleanInflate Enabled - Value that indicates whether AutoInflate is enabled for eventhub namespace.
- kafka
Enabled Boolean - Value that indicates whether Kafka is enabled for eventhub namespace.
- location String
- Resource location.
- maximum
Throughput NumberUnits - Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
- minimum
Tls StringVersion - The minimum TLS version for the cluster to support, e.g. '1.2'
- private
Endpoint List<Property Map>Connections - List of private endpoint connections.
- public
Network StringAccess - This determines if traffic is allowed over public network. By default it is enabled.
- sku Property Map
- Properties of sku resource
- Map<String>
- Resource tags.
- zone
Redundant Boolean - Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
Supporting Types
ConnectionStateResponse
- Description string
- Description of the connection state.
- Status string
- Status of the connection.
- Description string
- Description of the connection state.
- Status string
- Status of the connection.
- description String
- Description of the connection state.
- status String
- Status of the connection.
- description string
- Description of the connection state.
- status string
- Status of the connection.
- description str
- Description of the connection state.
- status str
- Status of the connection.
- description String
- Description of the connection state.
- status String
- Status of the connection.
EncryptionResponse
- Key
Source string - Enumerates the possible value of keySource for Encryption
- Key
Vault List<Pulumi.Properties Azure Native. Event Hub. Inputs. Key Vault Properties Response> - Properties of KeyVault
- Require
Infrastructure boolEncryption - Enable Infrastructure Encryption (Double Encryption)
- Key
Source string - Enumerates the possible value of keySource for Encryption
- Key
Vault []KeyProperties Vault Properties Response - Properties of KeyVault
- Require
Infrastructure boolEncryption - Enable Infrastructure Encryption (Double Encryption)
- key
Source String - Enumerates the possible value of keySource for Encryption
- key
Vault List<KeyProperties Vault Properties Response> - Properties of KeyVault
- require
Infrastructure BooleanEncryption - Enable Infrastructure Encryption (Double Encryption)
- key
Source string - Enumerates the possible value of keySource for Encryption
- key
Vault KeyProperties Vault Properties Response[] - Properties of KeyVault
- require
Infrastructure booleanEncryption - Enable Infrastructure Encryption (Double Encryption)
- key_
source str - Enumerates the possible value of keySource for Encryption
- key_
vault_ Sequence[Keyproperties Vault Properties Response] - Properties of KeyVault
- require_
infrastructure_ boolencryption - Enable Infrastructure Encryption (Double Encryption)
- key
Source String - Enumerates the possible value of keySource for Encryption
- key
Vault List<Property Map>Properties - Properties of KeyVault
- require
Infrastructure BooleanEncryption - Enable Infrastructure Encryption (Double Encryption)
IdentityResponse
- Principal
Id string - ObjectId from the KeyVault
- Tenant
Id string - TenantId from the KeyVault
- Type string
- Type of managed service identity.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Event Hub. Inputs. User Assigned Identity Response> - Properties for User Assigned Identities
- Principal
Id string - ObjectId from the KeyVault
- Tenant
Id string - TenantId from the KeyVault
- Type string
- Type of managed service identity.
- User
Assigned map[string]UserIdentities Assigned Identity Response - Properties for User Assigned Identities
- principal
Id String - ObjectId from the KeyVault
- tenant
Id String - TenantId from the KeyVault
- type String
- Type of managed service identity.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - Properties for User Assigned Identities
- principal
Id string - ObjectId from the KeyVault
- tenant
Id string - TenantId from the KeyVault
- type string
- Type of managed service identity.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - Properties for User Assigned Identities
- principal_
id str - ObjectId from the KeyVault
- tenant_
id str - TenantId from the KeyVault
- type str
- Type of managed service identity.
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - Properties for User Assigned Identities
- principal
Id String - ObjectId from the KeyVault
- tenant
Id String - TenantId from the KeyVault
- type String
- Type of managed service identity.
- user
Assigned Map<Property Map>Identities - Properties for User Assigned Identities
KeyVaultPropertiesResponse
- Identity
Pulumi.
Azure Native. Event Hub. Inputs. User Assigned Identity Properties Response - Key
Name string - Name of the Key from KeyVault
- Key
Vault stringUri - Uri of KeyVault
- Key
Version string - Key Version
- Identity
User
Assigned Identity Properties Response - Key
Name string - Name of the Key from KeyVault
- Key
Vault stringUri - Uri of KeyVault
- Key
Version string - Key Version
- identity
User
Assigned Identity Properties Response - key
Name String - Name of the Key from KeyVault
- key
Vault StringUri - Uri of KeyVault
- key
Version String - Key Version
- identity
User
Assigned Identity Properties Response - key
Name string - Name of the Key from KeyVault
- key
Vault stringUri - Uri of KeyVault
- key
Version string - Key Version
- identity
User
Assigned Identity Properties Response - key_
name str - Name of the Key from KeyVault
- key_
vault_ struri - Uri of KeyVault
- key_
version str - Key Version
- identity Property Map
- key
Name String - Name of the Key from KeyVault
- key
Vault StringUri - Uri of KeyVault
- key
Version String - Key Version
PrivateEndpointConnectionResponse
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Event Hub. Inputs. System Data Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- Private
Endpoint Pulumi.Azure Native. Event Hub. Inputs. Private Endpoint Response - The Private Endpoint resource for this Connection.
- Private
Link Pulumi.Service Connection State Azure Native. Event Hub. Inputs. Connection State Response - Details about the state of the connection.
- Provisioning
State string - Provisioning state of the Private Endpoint Connection.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- System
Data SystemData Response - The system meta data relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- Private
Endpoint PrivateEndpoint Response - The Private Endpoint resource for this Connection.
- Private
Link ConnectionService Connection State State Response - Details about the state of the connection.
- Provisioning
State string - Provisioning state of the Private Endpoint Connection.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- system
Data SystemData Response - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- private
Endpoint PrivateEndpoint Response - The Private Endpoint resource for this Connection.
- private
Link ConnectionService Connection State State Response - Details about the state of the connection.
- provisioning
State String - Provisioning state of the Private Endpoint Connection.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- system
Data SystemData Response - The system meta data relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- private
Endpoint PrivateEndpoint Response - The Private Endpoint resource for this Connection.
- private
Link ConnectionService Connection State State Response - Details about the state of the connection.
- provisioning
State string - Provisioning state of the Private Endpoint Connection.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- system_
data SystemData Response - The system meta data relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- private_
endpoint PrivateEndpoint Response - The Private Endpoint resource for this Connection.
- private_
link_ Connectionservice_ connection_ state State Response - Details about the state of the connection.
- provisioning_
state str - Provisioning state of the Private Endpoint Connection.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- system
Data Property Map - The system meta data relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- private
Endpoint Property Map - The Private Endpoint resource for this Connection.
- private
Link Property MapService Connection State - Details about the state of the connection.
- provisioning
State String - Provisioning state of the Private Endpoint Connection.
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.
SkuResponse
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityPropertiesResponse
- User
Assigned stringIdentity - ARM ID of user Identity selected for encryption
- User
Assigned stringIdentity - ARM ID of user Identity selected for encryption
- user
Assigned StringIdentity - ARM ID of user Identity selected for encryption
- user
Assigned stringIdentity - ARM ID of user Identity selected for encryption
- user_
assigned_ stridentity - ARM ID of user Identity selected for encryption
- user
Assigned StringIdentity - ARM ID of user Identity selected for encryption
UserAssignedIdentityResponse
- Client
Id string - Client Id of user assigned identity
- Principal
Id string - Principal Id of user assigned identity
- Client
Id string - Client Id of user assigned identity
- Principal
Id string - Principal Id of user assigned identity
- client
Id String - Client Id of user assigned identity
- principal
Id String - Principal Id of user assigned identity
- client
Id string - Client Id of user assigned identity
- principal
Id string - Principal Id of user assigned identity
- client_
id str - Client Id of user assigned identity
- principal_
id str - Principal Id of user assigned identity
- client
Id String - Client Id of user assigned identity
- principal
Id String - Principal Id of user assigned identity
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0