-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Link to sample
Library name and version
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 booleantrue 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 booleantrue 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
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"
}
]
}