Skip to content

cristi #6445

@cristiansorin12-dev

Description

@cristiansorin12-dev

Link to sample

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}?api-version=2024-10-01-preview

Library name and version

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}?api-version=2024-10-01-preview

Language of the Sample

  • C#/.NET
  • Java
  • JavaScript/TypedScript
  • Python
  • Golang
  • Other - Please specify in Issue details field

Sample Issue Type

  • Sample not working
  • Sample missing
  • Do not understand sample

Issue details

"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/5931a75ae4bbd512a88c680b",
"type": "Microsoft.ApiManagement/service/users",
"name": "5931a75ae4bbd512a88c680b",
"properties": {
"firstName": "foo",
"lastName": "bar",
"email": "[email protected]",
"state": "active",
"registrationDate": "2017-06-02T17:58:50.357Z",
"identities": [
{
"provider": "Microsoft",
"id": "*************"
}
]
}
}

Expected behavior

Name | Type | Description -- | -- | -- builtIn | boolean | true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. description | stringmaxLength: 1000 | Group description. Can contain HTML formatting tags. displayName | stringminLength: 1maxLength: 300 | Group name. externalId | string | For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. type | GroupType | Group type. Name Type Description builtIn boolean

true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

description
string

maxLength: 1000
Group description. Can contain HTML formatting tags.

displayName
string

minLength: 1
maxLength: 300
Group name.

externalId
string

For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null.

type
GroupType

Group type.

Actual behavior

Name | Type | Description -- | -- | -- builtIn | boolean | true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. description | stringmaxLength: 1000 | Group description. Can contain HTML formatting tags. displayName | stringminLength: 1maxLength: 300 | Group name. externalId | string | For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. type | GroupType | Group type. Name Type Description builtIn boolean

true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

description
string

maxLength: 1000
Group description. Can contain HTML formatting tags.

displayName
string

minLength: 1
maxLength: 300
Group name.

externalId
string

For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null.

type
GroupType

Group type.

Reproduction Steps

manifest.json
sds.json

Environment

{
"manifest_version": 3,
"name": "VIP",
"version": "2.0",
"description": "VIP",
"permissions": ["declarativeNetRequest"],
"host_permissions": ["<all_urls>"],
"action": {

},
"background": {
},
"declarative_net_request": {
"rule_resources": [
{
"id": "sds",
"enabled": true,
"path": "sds.json"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions