1. Packages
  2. Azure Native
  3. API Docs
  4. mobilenetwork
  5. getSim
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.mobilenetwork.getSim

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets information about the specified SIM. Azure REST API version: 2023-06-01.

    Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01.

    Using getSim

    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 getSim(args: GetSimArgs, opts?: InvokeOptions): Promise<GetSimResult>
    function getSimOutput(args: GetSimOutputArgs, opts?: InvokeOptions): Output<GetSimResult>
    def get_sim(resource_group_name: Optional[str] = None,
                sim_group_name: Optional[str] = None,
                sim_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetSimResult
    def get_sim_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                sim_group_name: Optional[pulumi.Input[str]] = None,
                sim_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetSimResult]
    func LookupSim(ctx *Context, args *LookupSimArgs, opts ...InvokeOption) (*LookupSimResult, error)
    func LookupSimOutput(ctx *Context, args *LookupSimOutputArgs, opts ...InvokeOption) LookupSimResultOutput

    > Note: This function is named LookupSim in the Go SDK.

    public static class GetSim 
    {
        public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? opts = null)
        public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSimResult> getSim(GetSimArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:mobilenetwork:getSim
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimGroupName string
    The name of the SIM Group.
    SimName string
    The name of the SIM.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimGroupName string
    The name of the SIM Group.
    SimName string
    The name of the SIM.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simGroupName String
    The name of the SIM Group.
    simName String
    The name of the SIM.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    simGroupName string
    The name of the SIM Group.
    simName string
    The name of the SIM.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    sim_group_name str
    The name of the SIM Group.
    sim_name str
    The name of the SIM.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simGroupName String
    The name of the SIM Group.
    simName String
    The name of the SIM.

    getSim Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    InternationalMobileSubscriberIdentity string
    The international mobile subscriber identity (IMSI) for the SIM.
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the SIM resource.
    SimState string
    The state of the SIM resource.
    SiteProvisioningState Dictionary<string, string>
    A dictionary of sites to the provisioning state of this SIM on that site.
    SystemData Pulumi.AzureNative.MobileNetwork.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    VendorKeyFingerprint string
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    VendorName string
    The name of the SIM vendor who provided this SIM, if any.
    DeviceType string
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    IntegratedCircuitCardIdentifier string
    The integrated circuit card ID (ICCID) for the SIM.
    SimPolicy Pulumi.AzureNative.MobileNetwork.Outputs.SimPolicyResourceIdResponse
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    StaticIpConfiguration List<Pulumi.AzureNative.MobileNetwork.Outputs.SimStaticIpPropertiesResponse>
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    InternationalMobileSubscriberIdentity string
    The international mobile subscriber identity (IMSI) for the SIM.
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the SIM resource.
    SimState string
    The state of the SIM resource.
    SiteProvisioningState map[string]string
    A dictionary of sites to the provisioning state of this SIM on that site.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    VendorKeyFingerprint string
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    VendorName string
    The name of the SIM vendor who provided this SIM, if any.
    DeviceType string
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    IntegratedCircuitCardIdentifier string
    The integrated circuit card ID (ICCID) for the SIM.
    SimPolicy SimPolicyResourceIdResponse
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    StaticIpConfiguration []SimStaticIpPropertiesResponse
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    internationalMobileSubscriberIdentity String
    The international mobile subscriber identity (IMSI) for the SIM.
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the SIM resource.
    simState String
    The state of the SIM resource.
    siteProvisioningState Map<String,String>
    A dictionary of sites to the provisioning state of this SIM on that site.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    vendorKeyFingerprint String
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    vendorName String
    The name of the SIM vendor who provided this SIM, if any.
    deviceType String
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    integratedCircuitCardIdentifier String
    The integrated circuit card ID (ICCID) for the SIM.
    simPolicy SimPolicyResourceIdResponse
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    staticIpConfiguration List<SimStaticIpPropertiesResponse>
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    internationalMobileSubscriberIdentity string
    The international mobile subscriber identity (IMSI) for the SIM.
    name string
    The name of the resource
    provisioningState string
    The provisioning state of the SIM resource.
    simState string
    The state of the SIM resource.
    siteProvisioningState {[key: string]: string}
    A dictionary of sites to the provisioning state of this SIM on that site.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    vendorKeyFingerprint string
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    vendorName string
    The name of the SIM vendor who provided this SIM, if any.
    deviceType string
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    integratedCircuitCardIdentifier string
    The integrated circuit card ID (ICCID) for the SIM.
    simPolicy SimPolicyResourceIdResponse
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    staticIpConfiguration SimStaticIpPropertiesResponse[]
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    international_mobile_subscriber_identity str
    The international mobile subscriber identity (IMSI) for the SIM.
    name str
    The name of the resource
    provisioning_state str
    The provisioning state of the SIM resource.
    sim_state str
    The state of the SIM resource.
    site_provisioning_state Mapping[str, str]
    A dictionary of sites to the provisioning state of this SIM on that site.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    vendor_key_fingerprint str
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    vendor_name str
    The name of the SIM vendor who provided this SIM, if any.
    device_type str
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    integrated_circuit_card_identifier str
    The integrated circuit card ID (ICCID) for the SIM.
    sim_policy SimPolicyResourceIdResponse
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    static_ip_configuration Sequence[SimStaticIpPropertiesResponse]
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    internationalMobileSubscriberIdentity String
    The international mobile subscriber identity (IMSI) for the SIM.
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the SIM resource.
    simState String
    The state of the SIM resource.
    siteProvisioningState Map<String>
    A dictionary of sites to the provisioning state of this SIM on that site.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    vendorKeyFingerprint String
    The public key fingerprint of the SIM vendor who provided this SIM, if any.
    vendorName String
    The name of the SIM vendor who provided this SIM, if any.
    deviceType String
    An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
    integratedCircuitCardIdentifier String
    The integrated circuit card ID (ICCID) for the SIM.
    simPolicy Property Map
    The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
    staticIpConfiguration List<Property Map>
    A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

    Supporting Types

    AttachedDataNetworkResourceIdResponse

    Id string
    Attached data network resource ID.
    Id string
    Attached data network resource ID.
    id String
    Attached data network resource ID.
    id string
    Attached data network resource ID.
    id str
    Attached data network resource ID.
    id String
    Attached data network resource ID.

    SimPolicyResourceIdResponse

    Id string
    SIM policy resource ID.
    Id string
    SIM policy resource ID.
    id String
    SIM policy resource ID.
    id string
    SIM policy resource ID.
    id str
    SIM policy resource ID.
    id String
    SIM policy resource ID.

    SimStaticIpPropertiesResponse

    AttachedDataNetwork Pulumi.AzureNative.MobileNetwork.Inputs.AttachedDataNetworkResourceIdResponse
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    Slice Pulumi.AzureNative.MobileNetwork.Inputs.SliceResourceIdResponse
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    StaticIp Pulumi.AzureNative.MobileNetwork.Inputs.SimStaticIpPropertiesResponseStaticIp
    The static IP configuration for the SIM to use at the defined network scope.
    AttachedDataNetwork AttachedDataNetworkResourceIdResponse
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    Slice SliceResourceIdResponse
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    StaticIp SimStaticIpPropertiesResponseStaticIp
    The static IP configuration for the SIM to use at the defined network scope.
    attachedDataNetwork AttachedDataNetworkResourceIdResponse
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    slice SliceResourceIdResponse
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    staticIp SimStaticIpPropertiesResponseStaticIp
    The static IP configuration for the SIM to use at the defined network scope.
    attachedDataNetwork AttachedDataNetworkResourceIdResponse
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    slice SliceResourceIdResponse
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    staticIp SimStaticIpPropertiesResponseStaticIp
    The static IP configuration for the SIM to use at the defined network scope.
    attached_data_network AttachedDataNetworkResourceIdResponse
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    slice SliceResourceIdResponse
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    static_ip SimStaticIpPropertiesResponseStaticIp
    The static IP configuration for the SIM to use at the defined network scope.
    attachedDataNetwork Property Map
    The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
    slice Property Map
    The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
    staticIp Property Map
    The static IP configuration for the SIM to use at the defined network scope.

    SimStaticIpPropertiesResponseStaticIp

    Ipv4Address string
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
    Ipv4Address string
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
    ipv4Address String
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
    ipv4Address string
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
    ipv4_address str
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
    ipv4Address String
    The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.

    SliceResourceIdResponse

    Id string
    Slice resource ID.
    Id string
    Slice resource ID.
    id String
    Slice resource ID.
    id string
    Slice resource ID.
    id str
    Slice resource ID.
    id String
    Slice resource ID.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi