azure-native-v2.eventgrid.PartnerTopic
Explore with Pulumi AI
Event Grid Partner Topic. Azure REST API version: 2022-06-15. Prior API version in Azure Native 1.x: 2021-10-15-preview.
Other available API versions: 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview, 2024-12-15-preview.
Create PartnerTopic Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PartnerTopic(name: string, args: PartnerTopicArgs, opts?: CustomResourceOptions);
@overload
def PartnerTopic(resource_name: str,
args: PartnerTopicArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PartnerTopic(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
activation_state: Optional[Union[str, PartnerTopicActivationState]] = None,
event_type_info: Optional[EventTypeInfoArgs] = None,
expiration_time_if_not_activated_utc: Optional[str] = None,
identity: Optional[IdentityInfoArgs] = None,
location: Optional[str] = None,
message_for_activation: Optional[str] = None,
partner_registration_immutable_id: Optional[str] = None,
partner_topic_friendly_description: Optional[str] = None,
partner_topic_name: Optional[str] = None,
source: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewPartnerTopic(ctx *Context, name string, args PartnerTopicArgs, opts ...ResourceOption) (*PartnerTopic, error)
public PartnerTopic(string name, PartnerTopicArgs args, CustomResourceOptions? opts = null)
public PartnerTopic(String name, PartnerTopicArgs args)
public PartnerTopic(String name, PartnerTopicArgs args, CustomResourceOptions options)
type: azure-native:eventgrid:PartnerTopic
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PartnerTopicArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. PartnerTopicArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PartnerTopicArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PartnerTopicArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. PartnerTopicArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var partnerTopicResource = new AzureNative.Eventgrid.PartnerTopic("partnerTopicResource", new()
{
ResourceGroupName = "string",
ActivationState = "string",
EventTypeInfo =
{
{ "inlineEventTypes",
{
{ "string",
{
{ "dataSchemaUrl", "string" },
{ "description", "string" },
{ "displayName", "string" },
{ "documentationUrl", "string" },
} },
} },
{ "kind", "string" },
},
ExpirationTimeIfNotActivatedUtc = "string",
Identity =
{
{ "principalId", "string" },
{ "tenantId", "string" },
{ "type", "string" },
{ "userAssignedIdentities",
{
{ "string",
{
{ "clientId", "string" },
{ "principalId", "string" },
} },
} },
},
Location = "string",
MessageForActivation = "string",
PartnerRegistrationImmutableId = "string",
PartnerTopicFriendlyDescription = "string",
PartnerTopicName = "string",
Source = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := eventgrid.NewPartnerTopic(ctx, "partnerTopicResource", &eventgrid.PartnerTopicArgs{
ResourceGroupName: "string",
ActivationState: "string",
EventTypeInfo: map[string]interface{}{
"inlineEventTypes": map[string]interface{}{
"string": map[string]interface{}{
"dataSchemaUrl": "string",
"description": "string",
"displayName": "string",
"documentationUrl": "string",
},
},
"kind": "string",
},
ExpirationTimeIfNotActivatedUtc: "string",
Identity: map[string]interface{}{
"principalId": "string",
"tenantId": "string",
"type": "string",
"userAssignedIdentities": map[string]interface{}{
"string": map[string]interface{}{
"clientId": "string",
"principalId": "string",
},
},
},
Location: "string",
MessageForActivation: "string",
PartnerRegistrationImmutableId: "string",
PartnerTopicFriendlyDescription: "string",
PartnerTopicName: "string",
Source: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var partnerTopicResource = new PartnerTopic("partnerTopicResource", PartnerTopicArgs.builder()
.resourceGroupName("string")
.activationState("string")
.eventTypeInfo(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.expirationTimeIfNotActivatedUtc("string")
.identity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.messageForActivation("string")
.partnerRegistrationImmutableId("string")
.partnerTopicFriendlyDescription("string")
.partnerTopicName("string")
.source("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
partner_topic_resource = azure_native.eventgrid.PartnerTopic("partnerTopicResource",
resource_group_name=string,
activation_state=string,
event_type_info={
inlineEventTypes: {
string: {
dataSchemaUrl: string,
description: string,
displayName: string,
documentationUrl: string,
},
},
kind: string,
},
expiration_time_if_not_activated_utc=string,
identity={
principalId: string,
tenantId: string,
type: string,
userAssignedIdentities: {
string: {
clientId: string,
principalId: string,
},
},
},
location=string,
message_for_activation=string,
partner_registration_immutable_id=string,
partner_topic_friendly_description=string,
partner_topic_name=string,
source=string,
tags={
string: string,
})
const partnerTopicResource = new azure_native.eventgrid.PartnerTopic("partnerTopicResource", {
resourceGroupName: "string",
activationState: "string",
eventTypeInfo: {
inlineEventTypes: {
string: {
dataSchemaUrl: "string",
description: "string",
displayName: "string",
documentationUrl: "string",
},
},
kind: "string",
},
expirationTimeIfNotActivatedUtc: "string",
identity: {
principalId: "string",
tenantId: "string",
type: "string",
userAssignedIdentities: {
string: {
clientId: "string",
principalId: "string",
},
},
},
location: "string",
messageForActivation: "string",
partnerRegistrationImmutableId: "string",
partnerTopicFriendlyDescription: "string",
partnerTopicName: "string",
source: "string",
tags: {
string: "string",
},
});
type: azure-native:eventgrid:PartnerTopic
properties:
activationState: string
eventTypeInfo:
inlineEventTypes:
string:
dataSchemaUrl: string
description: string
displayName: string
documentationUrl: string
kind: string
expirationTimeIfNotActivatedUtc: string
identity:
principalId: string
tenantId: string
type: string
userAssignedIdentities:
string:
clientId: string
principalId: string
location: string
messageForActivation: string
partnerRegistrationImmutableId: string
partnerTopicFriendlyDescription: string
partnerTopicName: string
resourceGroupName: string
source: string
tags:
string: string
PartnerTopic Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PartnerTopic resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- Activation
State string | Pulumi.Azure Native. Event Grid. Partner Topic Activation State - Activation state of the partner topic.
- Event
Type Pulumi.Info Azure Native. Event Grid. Inputs. Event Type Info - Event Type information from the corresponding event channel.
- Expiration
Time stringIf Not Activated Utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- Identity
Pulumi.
Azure Native. Event Grid. Inputs. Identity Info - Identity information for the Partner Topic resource.
- Location
Changes to this property will trigger replacement.
- Location of the resource.
- Message
For stringActivation - Context or helpful message that can be used during the approval process by the subscriber.
- Partner
Registration stringImmutable Id - The immutableId of the corresponding partner registration.
- Partner
Topic stringFriendly Description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- Partner
Topic Name Changes to this property will trigger replacement.
- Name of the partner topic.
- Source string
- Source associated with this partner topic. This represents a unique partner resource.
- Dictionary<string, string>
- Tags of the resource.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- Activation
State string | PartnerTopic Activation State - Activation state of the partner topic.
- Event
Type EventInfo Type Info Args - Event Type information from the corresponding event channel.
- Expiration
Time stringIf Not Activated Utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- Identity
Identity
Info Args - Identity information for the Partner Topic resource.
- Location
Changes to this property will trigger replacement.
- Location of the resource.
- Message
For stringActivation - Context or helpful message that can be used during the approval process by the subscriber.
- Partner
Registration stringImmutable Id - The immutableId of the corresponding partner registration.
- Partner
Topic stringFriendly Description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- Partner
Topic Name Changes to this property will trigger replacement.
- Name of the partner topic.
- Source string
- Source associated with this partner topic. This represents a unique partner resource.
- map[string]string
- Tags of the resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- activation
State String | PartnerTopic Activation State - Activation state of the partner topic.
- event
Type EventInfo Type Info - Event Type information from the corresponding event channel.
- expiration
Time StringIf Not Activated Utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- identity
Identity
Info - Identity information for the Partner Topic resource.
- location
Changes to this property will trigger replacement.
- Location of the resource.
- message
For StringActivation - Context or helpful message that can be used during the approval process by the subscriber.
- partner
Registration StringImmutable Id - The immutableId of the corresponding partner registration.
- partner
Topic StringFriendly Description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- partner
Topic Name Changes to this property will trigger replacement.
- Name of the partner topic.
- source String
- Source associated with this partner topic. This represents a unique partner resource.
- Map<String,String>
- Tags of the resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- activation
State string | PartnerTopic Activation State - Activation state of the partner topic.
- event
Type EventInfo Type Info - Event Type information from the corresponding event channel.
- expiration
Time stringIf Not Activated Utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- identity
Identity
Info - Identity information for the Partner Topic resource.
- location
Changes to this property will trigger replacement.
- Location of the resource.
- message
For stringActivation - Context or helpful message that can be used during the approval process by the subscriber.
- partner
Registration stringImmutable Id - The immutableId of the corresponding partner registration.
- partner
Topic stringFriendly Description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- partner
Topic Name Changes to this property will trigger replacement.
- Name of the partner topic.
- source string
- Source associated with this partner topic. This represents a unique partner resource.
- {[key: string]: string}
- Tags of the resource.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- activation_
state str | PartnerTopic Activation State - Activation state of the partner topic.
- event_
type_ Eventinfo Type Info Args - Event Type information from the corresponding event channel.
- expiration_
time_ strif_ not_ activated_ utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- identity
Identity
Info Args - Identity information for the Partner Topic resource.
- location
Changes to this property will trigger replacement.
- Location of the resource.
- message_
for_ stractivation - Context or helpful message that can be used during the approval process by the subscriber.
- partner_
registration_ strimmutable_ id - The immutableId of the corresponding partner registration.
- partner_
topic_ strfriendly_ description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- partner_
topic_ name Changes to this property will trigger replacement.
- Name of the partner topic.
- source str
- Source associated with this partner topic. This represents a unique partner resource.
- Mapping[str, str]
- Tags of the resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group within the user's subscription.
- activation
State String | "NeverActivated" | "Activated" | "Deactivated" - Activation state of the partner topic.
- event
Type Property MapInfo - Event Type information from the corresponding event channel.
- expiration
Time StringIf Not Activated Utc - Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
- identity Property Map
- Identity information for the Partner Topic resource.
- location
Changes to this property will trigger replacement.
- Location of the resource.
- message
For StringActivation - Context or helpful message that can be used during the approval process by the subscriber.
- partner
Registration StringImmutable Id - The immutableId of the corresponding partner registration.
- partner
Topic StringFriendly Description - Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
- partner
Topic Name Changes to this property will trigger replacement.
- Name of the partner topic.
- source String
- Source associated with this partner topic. This represents a unique partner resource.
- Map<String>
- Tags of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the PartnerTopic resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the resource.
- Provisioning
State string - Provisioning state of the partner topic.
- System
Data Pulumi.Azure Native. Event Grid. Outputs. System Data Response - The system metadata relating to Partner Topic resource.
- Type string
- Type of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the resource.
- Provisioning
State string - Provisioning state of the partner topic.
- System
Data SystemData Response - The system metadata relating to Partner Topic resource.
- Type string
- Type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the resource.
- provisioning
State String - Provisioning state of the partner topic.
- system
Data SystemData Response - The system metadata relating to Partner Topic resource.
- type String
- Type of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the resource.
- provisioning
State string - Provisioning state of the partner topic.
- system
Data SystemData Response - The system metadata relating to Partner Topic resource.
- type string
- Type of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the resource.
- provisioning_
state str - Provisioning state of the partner topic.
- system_
data SystemData Response - The system metadata relating to Partner Topic resource.
- type str
- Type of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the resource.
- provisioning
State String - Provisioning state of the partner topic.
- system
Data Property Map - The system metadata relating to Partner Topic resource.
- type String
- Type of the resource.
Supporting Types
EventDefinitionKind, EventDefinitionKindArgs
- Inline
- Inline
- Event
Definition Kind Inline - Inline
- Inline
- Inline
- Inline
- Inline
- INLINE
- Inline
- "Inline"
- Inline
EventTypeInfo, EventTypeInfoArgs
- Inline
Event Dictionary<string, Pulumi.Types Azure Native. Event Grid. Inputs. Inline Event Properties> - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- Kind
string | Pulumi.
Azure Native. Event Grid. Event Definition Kind - The kind of event type used.
- Inline
Event map[string]InlineTypes Event Properties - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- Kind
string | Event
Definition Kind - The kind of event type used.
- inline
Event Map<String,InlineTypes Event Properties> - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind
String | Event
Definition Kind - The kind of event type used.
- inline
Event {[key: string]: InlineTypes Event Properties} - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind
string | Event
Definition Kind - The kind of event type used.
- inline_
event_ Mapping[str, Inlinetypes Event Properties] - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind
str | Event
Definition Kind - The kind of event type used.
- inline
Event Map<Property Map>Types - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind String | "Inline"
- The kind of event type used.
EventTypeInfoResponse, EventTypeInfoResponseArgs
- Inline
Event Dictionary<string, Pulumi.Types Azure Native. Event Grid. Inputs. Inline Event Properties Response> - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- Kind string
- The kind of event type used.
- Inline
Event map[string]InlineTypes Event Properties Response - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- Kind string
- The kind of event type used.
- inline
Event Map<String,InlineTypes Event Properties Response> - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind String
- The kind of event type used.
- inline
Event {[key: string]: InlineTypes Event Properties Response} - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind string
- The kind of event type used.
- inline_
event_ Mapping[str, Inlinetypes Event Properties Response] - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind str
- The kind of event type used.
- inline
Event Map<Property Map>Types - A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.
- kind String
- The kind of event type used.
IdentityInfo, IdentityInfoArgs
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type
string | Pulumi.
Azure Native. Event Grid. Identity Type - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Event Grid. Inputs. User Identity Properties> - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type
string | Identity
Type - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- User
Assigned map[string]UserIdentities Identity Properties - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type
String | Identity
Type - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned Map<String,UserIdentities Identity Properties> - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type
string | Identity
Type - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned {[key: string]: UserIdentities Identity Properties} - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type
str | Identity
Type - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user_
assigned_ Mapping[str, Useridentities Identity Properties] - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type
String | "None" | "System
Assigned" | "User Assigned" | "System Assigned, User Assigned" - The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned Map<Property Map>Identities - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
IdentityInfoResponse, IdentityInfoResponseArgs
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Event Grid. Inputs. User Identity Properties Response> - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- User
Assigned map[string]UserIdentities Identity Properties Response - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned Map<String,UserIdentities Identity Properties Response> - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned {[key: string]: UserIdentities Identity Properties Response} - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user_
assigned_ Mapping[str, Useridentities Identity Properties Response] - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user
Assigned Map<Property Map>Identities - The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.
IdentityType, IdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- Identity
Type None - None
- Identity
Type System Assigned - SystemAssigned
- Identity
Type User Assigned - UserAssigned
- Identity
Type_System Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned, UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned, User Assigned" - SystemAssigned, UserAssigned
InlineEventProperties, InlineEventPropertiesArgs
- Data
Schema stringUrl - The dataSchemaUrl for the inline event.
- Description string
- The description for the inline event.
- Display
Name string - The displayName for the inline event.
- Documentation
Url string - The documentationUrl for the inline event.
- Data
Schema stringUrl - The dataSchemaUrl for the inline event.
- Description string
- The description for the inline event.
- Display
Name string - The displayName for the inline event.
- Documentation
Url string - The documentationUrl for the inline event.
- data
Schema StringUrl - The dataSchemaUrl for the inline event.
- description String
- The description for the inline event.
- display
Name String - The displayName for the inline event.
- documentation
Url String - The documentationUrl for the inline event.
- data
Schema stringUrl - The dataSchemaUrl for the inline event.
- description string
- The description for the inline event.
- display
Name string - The displayName for the inline event.
- documentation
Url string - The documentationUrl for the inline event.
- data_
schema_ strurl - The dataSchemaUrl for the inline event.
- description str
- The description for the inline event.
- display_
name str - The displayName for the inline event.
- documentation_
url str - The documentationUrl for the inline event.
- data
Schema StringUrl - The dataSchemaUrl for the inline event.
- description String
- The description for the inline event.
- display
Name String - The displayName for the inline event.
- documentation
Url String - The documentationUrl for the inline event.
InlineEventPropertiesResponse, InlineEventPropertiesResponseArgs
- Data
Schema stringUrl - The dataSchemaUrl for the inline event.
- Description string
- The description for the inline event.
- Display
Name string - The displayName for the inline event.
- Documentation
Url string - The documentationUrl for the inline event.
- Data
Schema stringUrl - The dataSchemaUrl for the inline event.
- Description string
- The description for the inline event.
- Display
Name string - The displayName for the inline event.
- Documentation
Url string - The documentationUrl for the inline event.
- data
Schema StringUrl - The dataSchemaUrl for the inline event.
- description String
- The description for the inline event.
- display
Name String - The displayName for the inline event.
- documentation
Url String - The documentationUrl for the inline event.
- data
Schema stringUrl - The dataSchemaUrl for the inline event.
- description string
- The description for the inline event.
- display
Name string - The displayName for the inline event.
- documentation
Url string - The documentationUrl for the inline event.
- data_
schema_ strurl - The dataSchemaUrl for the inline event.
- description str
- The description for the inline event.
- display_
name str - The displayName for the inline event.
- documentation_
url str - The documentationUrl for the inline event.
- data
Schema StringUrl - The dataSchemaUrl for the inline event.
- description String
- The description for the inline event.
- display
Name String - The displayName for the inline event.
- documentation
Url String - The documentationUrl for the inline event.
PartnerTopicActivationState, PartnerTopicActivationStateArgs
- Never
Activated - NeverActivated
- Activated
- Activated
- Deactivated
- Deactivated
- Partner
Topic Activation State Never Activated - NeverActivated
- Partner
Topic Activation State Activated - Activated
- Partner
Topic Activation State Deactivated - Deactivated
- Never
Activated - NeverActivated
- Activated
- Activated
- Deactivated
- Deactivated
- Never
Activated - NeverActivated
- Activated
- Activated
- Deactivated
- Deactivated
- NEVER_ACTIVATED
- NeverActivated
- ACTIVATED
- Activated
- DEACTIVATED
- Deactivated
- "Never
Activated" - NeverActivated
- "Activated"
- Activated
- "Deactivated"
- Deactivated
SystemDataResponse, SystemDataResponseArgs
- 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.
UserIdentityProperties, UserIdentityPropertiesArgs
- Client
Id string - The client id of user assigned identity.
- Principal
Id string - The principal id of user assigned identity.
- Client
Id string - The client id of user assigned identity.
- Principal
Id string - The principal id of user assigned identity.
- client
Id String - The client id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
- client
Id string - The client id of user assigned identity.
- principal
Id string - The principal id of user assigned identity.
- client_
id str - The client id of user assigned identity.
- principal_
id str - The principal id of user assigned identity.
- client
Id String - The client id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
UserIdentityPropertiesResponse, UserIdentityPropertiesResponseArgs
- Client
Id string - The client id of user assigned identity.
- Principal
Id string - The principal id of user assigned identity.
- Client
Id string - The client id of user assigned identity.
- Principal
Id string - The principal id of user assigned identity.
- client
Id String - The client id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
- client
Id string - The client id of user assigned identity.
- principal
Id string - The principal id of user assigned identity.
- client_
id str - The client id of user assigned identity.
- principal_
id str - The principal id of user assigned identity.
- client
Id String - The client id of user assigned identity.
- principal
Id String - The principal id of user assigned identity.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:eventgrid:PartnerTopic examplePartnerTopicName1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0