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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.solutions.getApplication
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets the managed application. Azure REST API version: 2021-07-01.
Other available API versions: 2017-12-01, 2018-06-01, 2023-12-01-preview.
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
def get_application(application_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput
> Note: This function is named LookupApplication
in the Go SDK.
public static class GetApplication
{
public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:solutions:getApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Name string - The name of the managed application.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Application
Name string - The name of the managed application.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- application
Name String - The name of the managed application.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- application
Name string - The name of the managed application.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- application_
name str - The name of the managed application.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- application
Name String - The name of the managed application.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getApplication Result
The following output properties are available:
- Artifacts
List<Pulumi.
Azure Native. Solutions. Outputs. Application Artifact Response> - The collection of managed application artifacts.
- List<Pulumi.
Azure Native. Solutions. Outputs. Application Authorization Response> - The read-only authorizations property that is retrieved from the application package.
- Billing
Details Pulumi.Azure Native. Solutions. Outputs. Application Billing Details Definition Response - The managed application billing details.
- Created
By Pulumi.Azure Native. Solutions. Outputs. Application Client Details Response - The client entity that created the JIT request.
- Customer
Support Pulumi.Azure Native. Solutions. Outputs. Application Package Contact Response - The read-only customer support property that is retrieved from the application package.
- Id string
- Resource ID
- Kind string
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- Management
Mode string - The managed application management mode.
- Name string
- Resource name
- Outputs object
- Name and value pairs that define the managed application outputs.
- Provisioning
State string - The managed application provisioning state.
- Publisher
Tenant stringId - The publisher tenant Id.
- Support
Urls Pulumi.Azure Native. Solutions. Outputs. Application Package Support Urls Response - The read-only support URLs property that is retrieved from the application package.
- System
Data Pulumi.Azure Native. Solutions. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource type
- Updated
By Pulumi.Azure Native. Solutions. Outputs. Application Client Details Response - The client entity that last updated the JIT request.
- Application
Definition stringId - The fully qualified path of managed application definition Id.
- Identity
Pulumi.
Azure Native. Solutions. Outputs. Identity Response - The identity of the resource.
- Jit
Access Pulumi.Policy Azure Native. Solutions. Outputs. Application Jit Access Policy Response - The managed application Jit access policy.
- Location string
- Resource location
- Managed
By string - ID of the resource that manages this resource.
- Managed
Resource stringGroup Id - The managed resource group Id.
- Parameters object
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- Plan
Pulumi.
Azure Native. Solutions. Outputs. Plan Response - The plan information.
- Sku
Pulumi.
Azure Native. Solutions. Outputs. Sku Response - The SKU of the resource.
- Dictionary<string, string>
- Resource tags
- Artifacts
[]Application
Artifact Response - The collection of managed application artifacts.
- []Application
Authorization Response - The read-only authorizations property that is retrieved from the application package.
- Billing
Details ApplicationBilling Details Definition Response - The managed application billing details.
- Created
By ApplicationClient Details Response - The client entity that created the JIT request.
- Customer
Support ApplicationPackage Contact Response - The read-only customer support property that is retrieved from the application package.
- Id string
- Resource ID
- Kind string
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- Management
Mode string - The managed application management mode.
- Name string
- Resource name
- Outputs interface{}
- Name and value pairs that define the managed application outputs.
- Provisioning
State string - The managed application provisioning state.
- Publisher
Tenant stringId - The publisher tenant Id.
- Support
Urls ApplicationPackage Support Urls Response - The read-only support URLs property that is retrieved from the application package.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Resource type
- Updated
By ApplicationClient Details Response - The client entity that last updated the JIT request.
- Application
Definition stringId - The fully qualified path of managed application definition Id.
- Identity
Identity
Response - The identity of the resource.
- Jit
Access ApplicationPolicy Jit Access Policy Response - The managed application Jit access policy.
- Location string
- Resource location
- Managed
By string - ID of the resource that manages this resource.
- Managed
Resource stringGroup Id - The managed resource group Id.
- Parameters interface{}
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- Plan
Plan
Response - The plan information.
- Sku
Sku
Response - The SKU of the resource.
- map[string]string
- Resource tags
- artifacts
List<Application
Artifact Response> - The collection of managed application artifacts.
- List<Application
Authorization Response> - The read-only authorizations property that is retrieved from the application package.
- billing
Details ApplicationBilling Details Definition Response - The managed application billing details.
- created
By ApplicationClient Details Response - The client entity that created the JIT request.
- customer
Support ApplicationPackage Contact Response - The read-only customer support property that is retrieved from the application package.
- id String
- Resource ID
- kind String
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- management
Mode String - The managed application management mode.
- name String
- Resource name
- outputs Object
- Name and value pairs that define the managed application outputs.
- provisioning
State String - The managed application provisioning state.
- publisher
Tenant StringId - The publisher tenant Id.
- support
Urls ApplicationPackage Support Urls Response - The read-only support URLs property that is retrieved from the application package.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- Resource type
- updated
By ApplicationClient Details Response - The client entity that last updated the JIT request.
- application
Definition StringId - The fully qualified path of managed application definition Id.
- identity
Identity
Response - The identity of the resource.
- jit
Access ApplicationPolicy Jit Access Policy Response - The managed application Jit access policy.
- location String
- Resource location
- managed
By String - ID of the resource that manages this resource.
- managed
Resource StringGroup Id - The managed resource group Id.
- parameters Object
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- plan
Plan
Response - The plan information.
- sku
Sku
Response - The SKU of the resource.
- Map<String,String>
- Resource tags
- artifacts
Application
Artifact Response[] - The collection of managed application artifacts.
- Application
Authorization Response[] - The read-only authorizations property that is retrieved from the application package.
- billing
Details ApplicationBilling Details Definition Response - The managed application billing details.
- created
By ApplicationClient Details Response - The client entity that created the JIT request.
- customer
Support ApplicationPackage Contact Response - The read-only customer support property that is retrieved from the application package.
- id string
- Resource ID
- kind string
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- management
Mode string - The managed application management mode.
- name string
- Resource name
- outputs any
- Name and value pairs that define the managed application outputs.
- provisioning
State string - The managed application provisioning state.
- publisher
Tenant stringId - The publisher tenant Id.
- support
Urls ApplicationPackage Support Urls Response - The read-only support URLs property that is retrieved from the application package.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- Resource type
- updated
By ApplicationClient Details Response - The client entity that last updated the JIT request.
- application
Definition stringId - The fully qualified path of managed application definition Id.
- identity
Identity
Response - The identity of the resource.
- jit
Access ApplicationPolicy Jit Access Policy Response - The managed application Jit access policy.
- location string
- Resource location
- managed
By string - ID of the resource that manages this resource.
- managed
Resource stringGroup Id - The managed resource group Id.
- parameters any
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- plan
Plan
Response - The plan information.
- sku
Sku
Response - The SKU of the resource.
- {[key: string]: string}
- Resource tags
- artifacts
Sequence[Application
Artifact Response] - The collection of managed application artifacts.
- Sequence[Application
Authorization Response] - The read-only authorizations property that is retrieved from the application package.
- billing_
details ApplicationBilling Details Definition Response - The managed application billing details.
- created_
by ApplicationClient Details Response - The client entity that created the JIT request.
- customer_
support ApplicationPackage Contact Response - The read-only customer support property that is retrieved from the application package.
- id str
- Resource ID
- kind str
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- management_
mode str - The managed application management mode.
- name str
- Resource name
- outputs Any
- Name and value pairs that define the managed application outputs.
- provisioning_
state str - The managed application provisioning state.
- publisher_
tenant_ strid - The publisher tenant Id.
- support_
urls ApplicationPackage Support Urls Response - The read-only support URLs property that is retrieved from the application package.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- Resource type
- updated_
by ApplicationClient Details Response - The client entity that last updated the JIT request.
- application_
definition_ strid - The fully qualified path of managed application definition Id.
- identity
Identity
Response - The identity of the resource.
- jit_
access_ Applicationpolicy Jit Access Policy Response - The managed application Jit access policy.
- location str
- Resource location
- managed_
by str - ID of the resource that manages this resource.
- managed_
resource_ strgroup_ id - The managed resource group Id.
- parameters Any
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- plan
Plan
Response - The plan information.
- sku
Sku
Response - The SKU of the resource.
- Mapping[str, str]
- Resource tags
- artifacts List<Property Map>
- The collection of managed application artifacts.
- List<Property Map>
- The read-only authorizations property that is retrieved from the application package.
- billing
Details Property Map - The managed application billing details.
- created
By Property Map - The client entity that created the JIT request.
- customer
Support Property Map - The read-only customer support property that is retrieved from the application package.
- id String
- Resource ID
- kind String
- The kind of the managed application. Allowed values are MarketPlace and ServiceCatalog.
- management
Mode String - The managed application management mode.
- name String
- Resource name
- outputs Any
- Name and value pairs that define the managed application outputs.
- provisioning
State String - The managed application provisioning state.
- publisher
Tenant StringId - The publisher tenant Id.
- support
Urls Property Map - The read-only support URLs property that is retrieved from the application package.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- Resource type
- updated
By Property Map - The client entity that last updated the JIT request.
- application
Definition StringId - The fully qualified path of managed application definition Id.
- identity Property Map
- The identity of the resource.
- jit
Access Property MapPolicy - The managed application Jit access policy.
- location String
- Resource location
- managed
By String - ID of the resource that manages this resource.
- managed
Resource StringGroup Id - The managed resource group Id.
- parameters Any
- Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
- plan Property Map
- The plan information.
- sku Property Map
- The SKU of the resource.
- Map<String>
- Resource tags
Supporting Types
ApplicationArtifactResponse
ApplicationAuthorizationResponse
- Principal
Id string - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- Role
Definition stringId - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
- Principal
Id string - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- Role
Definition stringId - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
- principal
Id String - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- role
Definition StringId - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
- principal
Id string - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- role
Definition stringId - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
- principal_
id str - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- role_
definition_ strid - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
- principal
Id String - The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the managed application resources.
- role
Definition StringId - The provider's role definition identifier. This role will define all the permissions that the provider must have on the managed application's container resource group. This role definition cannot have permission to delete the resource group.
ApplicationBillingDetailsDefinitionResponse
- Resource
Usage stringId - The managed application resource usage Id.
- Resource
Usage stringId - The managed application resource usage Id.
- resource
Usage StringId - The managed application resource usage Id.
- resource
Usage stringId - The managed application resource usage Id.
- resource_
usage_ strid - The managed application resource usage Id.
- resource
Usage StringId - The managed application resource usage Id.
ApplicationClientDetailsResponse
- Application
Id string - The client application Id.
- Oid string
- The client Oid.
- Puid string
- The client Puid
- Application
Id string - The client application Id.
- Oid string
- The client Oid.
- Puid string
- The client Puid
- application
Id String - The client application Id.
- oid String
- The client Oid.
- puid String
- The client Puid
- application
Id string - The client application Id.
- oid string
- The client Oid.
- puid string
- The client Puid
- application_
id str - The client application Id.
- oid str
- The client Oid.
- puid str
- The client Puid
- application
Id String - The client application Id.
- oid String
- The client Oid.
- puid String
- The client Puid
ApplicationJitAccessPolicyResponse
- Jit
Access boolEnabled - Whether the JIT access is enabled.
- Jit
Approval stringMode - JIT approval mode.
- Jit
Approvers List<Pulumi.Azure Native. Solutions. Inputs. Jit Approver Definition Response> - The JIT approvers
- Maximum
Jit stringAccess Duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
- Jit
Access boolEnabled - Whether the JIT access is enabled.
- Jit
Approval stringMode - JIT approval mode.
- Jit
Approvers []JitApprover Definition Response - The JIT approvers
- Maximum
Jit stringAccess Duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
- jit
Access BooleanEnabled - Whether the JIT access is enabled.
- jit
Approval StringMode - JIT approval mode.
- jit
Approvers List<JitApprover Definition Response> - The JIT approvers
- maximum
Jit StringAccess Duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
- jit
Access booleanEnabled - Whether the JIT access is enabled.
- jit
Approval stringMode - JIT approval mode.
- jit
Approvers JitApprover Definition Response[] - The JIT approvers
- maximum
Jit stringAccess Duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
- jit_
access_ boolenabled - Whether the JIT access is enabled.
- jit_
approval_ strmode - JIT approval mode.
- jit_
approvers Sequence[JitApprover Definition Response] - The JIT approvers
- maximum_
jit_ straccess_ duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
- jit
Access BooleanEnabled - Whether the JIT access is enabled.
- jit
Approval StringMode - JIT approval mode.
- jit
Approvers List<Property Map> - The JIT approvers
- maximum
Jit StringAccess Duration - The maximum duration JIT access is granted. This is an ISO8601 time period value.
ApplicationPackageContactResponse
- Email string
- The contact email.
- Phone string
- The contact phone number.
- Contact
Name string - The contact name.
- Email string
- The contact email.
- Phone string
- The contact phone number.
- Contact
Name string - The contact name.
- email String
- The contact email.
- phone String
- The contact phone number.
- contact
Name String - The contact name.
- email string
- The contact email.
- phone string
- The contact phone number.
- contact
Name string - The contact name.
- email str
- The contact email.
- phone str
- The contact phone number.
- contact_
name str - The contact name.
- email String
- The contact email.
- phone String
- The contact phone number.
- contact
Name String - The contact name.
ApplicationPackageSupportUrlsResponse
- Government
Cloud string - The government cloud support URL.
- Public
Azure string - The public azure support URL.
- Government
Cloud string - The government cloud support URL.
- Public
Azure string - The public azure support URL.
- government
Cloud String - The government cloud support URL.
- public
Azure String - The public azure support URL.
- government
Cloud string - The government cloud support URL.
- public
Azure string - The public azure support URL.
- government_
cloud str - The government cloud support URL.
- public_
azure str - The public azure support URL.
- government
Cloud String - The government cloud support URL.
- public
Azure String - The public azure support URL.
IdentityResponse
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Solutions. Inputs. User Assigned Resource Identity Response> - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Resource Identity Response - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Resource Identity Response> - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Resource Identity Response} - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Resource Identity Response] - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The list of user identities associated with the resource. The user identity dictionary key references will be resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
JitApproverDefinitionResponse
- Id string
- The approver service principal Id.
- Display
Name string - The approver display name.
- Type string
- The approver type.
- Id string
- The approver service principal Id.
- Display
Name string - The approver display name.
- Type string
- The approver type.
- id String
- The approver service principal Id.
- display
Name String - The approver display name.
- type String
- The approver type.
- id string
- The approver service principal Id.
- display
Name string - The approver display name.
- type string
- The approver type.
- id str
- The approver service principal Id.
- display_
name str - The approver display name.
- type str
- The approver type.
- id String
- The approver service principal Id.
- display
Name String - The approver display name.
- type String
- The approver type.
PlanResponse
- Name string
- The plan name.
- Product string
- The product code.
- Publisher string
- The publisher ID.
- Version string
- The plan's version.
- Promotion
Code string - The promotion code.
- Name string
- The plan name.
- Product string
- The product code.
- Publisher string
- The publisher ID.
- Version string
- The plan's version.
- Promotion
Code string - The promotion code.
- name String
- The plan name.
- product String
- The product code.
- publisher String
- The publisher ID.
- version String
- The plan's version.
- promotion
Code String - The promotion code.
- name string
- The plan name.
- product string
- The product code.
- publisher string
- The publisher ID.
- version string
- The plan's version.
- promotion
Code string - The promotion code.
- name str
- The plan name.
- product str
- The product code.
- publisher str
- The publisher ID.
- version str
- The plan's version.
- promotion_
code str - The promotion code.
- name String
- The plan name.
- product String
- The product code.
- publisher String
- The publisher ID.
- version String
- The plan's version.
- promotion
Code String - The promotion code.
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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedResourceIdentityResponse
- Principal
Id string - The principal id of user assigned identity.
- Tenant
Id string - The tenant id of user assigned identity.
- Principal
Id string - The principal id of user assigned identity.
- Tenant
Id string - The tenant id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
- tenant
Id String - The tenant id of user assigned identity.
- principal
Id string - The principal id of user assigned identity.
- tenant
Id string - The tenant id of user assigned identity.
- principal_
id str - The principal id of user assigned identity.
- tenant_
id str - The tenant id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
- tenant
Id String - The tenant id of user assigned identity.
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 v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi