azure-native.apimanagement.GroupUser
Explore with Pulumi AI
User details.
Uses Azure REST API version 2022-08-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01.
Other available API versions: 2017-03-01, 2018-01-01, 2022-09-01-preview, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview.
Create GroupUser Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GroupUser(name: string, args: GroupUserArgs, opts?: CustomResourceOptions);
@overload
def GroupUser(resource_name: str,
args: GroupUserArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GroupUser(resource_name: str,
opts: Optional[ResourceOptions] = None,
group_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
user_id: Optional[str] = None)
func NewGroupUser(ctx *Context, name string, args GroupUserArgs, opts ...ResourceOption) (*GroupUser, error)
public GroupUser(string name, GroupUserArgs args, CustomResourceOptions? opts = null)
public GroupUser(String name, GroupUserArgs args)
public GroupUser(String name, GroupUserArgs args, CustomResourceOptions options)
type: azure-native:apimanagement:GroupUser
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. GroupUserArgs - 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. GroupUserArgs - 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. GroupUserArgs - 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. GroupUserArgs - 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. GroupUserArgs - 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 groupUserResource = new AzureNative.ApiManagement.GroupUser("groupUserResource", new()
{
GroupId = "string",
ResourceGroupName = "string",
ServiceName = "string",
UserId = "string",
});
example, err := apimanagement.NewGroupUser(ctx, "groupUserResource", &apimanagement.GroupUserArgs{
GroupId: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
ServiceName: pulumi.String("string"),
UserId: pulumi.String("string"),
})
var groupUserResource = new GroupUser("groupUserResource", GroupUserArgs.builder()
.groupId("string")
.resourceGroupName("string")
.serviceName("string")
.userId("string")
.build());
group_user_resource = azure_native.apimanagement.GroupUser("groupUserResource",
group_id="string",
resource_group_name="string",
service_name="string",
user_id="string")
const groupUserResource = new azure_native.apimanagement.GroupUser("groupUserResource", {
groupId: "string",
resourceGroupName: "string",
serviceName: "string",
userId: "string",
});
type: azure-native:apimanagement:GroupUser
properties:
groupId: string
resourceGroupName: string
serviceName: string
userId: string
GroupUser 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 GroupUser resource accepts the following input properties:
- Group
Id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- User
Id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
- Group
Id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- User
Id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
- group
Id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- user
Id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
- group
Id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- user
Id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
- group_
id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service_
name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- user_
id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
- group
Id This property is required. Changes to this property will trigger replacement.
- Group identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- user
Id Changes to this property will trigger replacement.
- User identifier. Must be unique in the current API Management service instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the GroupUser resource produces the following output properties:
- Groups
List<Pulumi.
Azure Native. Api Management. Outputs. Group Contract Properties Response> - Collection of groups user is part of.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Email string
- Email address.
- First
Name string - First name.
- Identities
List<Pulumi.
Azure Native. Api Management. Outputs. User Identity Contract Response> - Collection of user identities.
- Last
Name string - Last name.
- Note string
- Optional note about a user set by the administrator.
- Registration
Date string - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - State string
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
- Groups
[]Group
Contract Properties Response - Collection of groups user is part of.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Email string
- Email address.
- First
Name string - First name.
- Identities
[]User
Identity Contract Response - Collection of user identities.
- Last
Name string - Last name.
- Note string
- Optional note about a user set by the administrator.
- Registration
Date string - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - State string
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
- groups
List<Group
Contract Properties Response> - Collection of groups user is part of.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- email String
- Email address.
- first
Name String - First name.
- identities
List<User
Identity Contract Response> - Collection of user identities.
- last
Name String - Last name.
- note String
- Optional note about a user set by the administrator.
- registration
Date String - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - state String
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
- groups
Group
Contract Properties Response[] - Collection of groups user is part of.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- email string
- Email address.
- first
Name string - First name.
- identities
User
Identity Contract Response[] - Collection of user identities.
- last
Name string - Last name.
- note string
- Optional note about a user set by the administrator.
- registration
Date string - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - state string
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
- groups
Sequence[Group
Contract Properties Response] - Collection of groups user is part of.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- email str
- Email address.
- first_
name str - First name.
- identities
Sequence[User
Identity Contract Response] - Collection of user identities.
- last_
name str - Last name.
- note str
- Optional note about a user set by the administrator.
- registration_
date str - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - state str
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
- groups List<Property Map>
- Collection of groups user is part of.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- email String
- Email address.
- first
Name String - First name.
- identities List<Property Map>
- Collection of user identities.
- last
Name String - Last name.
- note String
- Optional note about a user set by the administrator.
- registration
Date String - Date of user registration. The date conforms to the following format:
yyyy-MM-ddTHH:mm:ssZ
as specified by the ISO 8601 standard. - state String
- Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.
Supporting Types
GroupContractPropertiesResponse, GroupContractPropertiesResponseArgs
- Built
In This property is required. bool - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- Display
Name This property is required. string - Group name.
- Description string
- Group description. Can contain HTML formatting tags.
- External
Id string - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - Type string
- Group type.
- Built
In This property is required. bool - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- Display
Name This property is required. string - Group name.
- Description string
- Group description. Can contain HTML formatting tags.
- External
Id string - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - Type string
- Group type.
- built
In This property is required. Boolean - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- display
Name This property is required. String - Group name.
- description String
- Group description. Can contain HTML formatting tags.
- external
Id String - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - type String
- Group type.
- built
In This property is required. boolean - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- display
Name This property is required. string - Group name.
- description string
- Group description. Can contain HTML formatting tags.
- external
Id string - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - type string
- Group type.
- built_
in This property is required. bool - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- display_
name This property is required. str - Group name.
- description str
- Group description. Can contain HTML formatting tags.
- external_
id str - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - type str
- Group type.
- built
In This property is required. Boolean - true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
- display
Name This property is required. String - Group name.
- description String
- Group description. Can contain HTML formatting tags.
- external
Id String - For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory
aad://<tenant>.onmicrosoft.com/groups/<group object id>
; otherwise the value is null. - type String
- Group type.
UserIdentityContractResponse, UserIdentityContractResponseArgs
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:apimanagement:GroupUser 59307d350af58404d8a26300 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}/users/{userId}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0