MetadataRolesOperations Classe

MetadataRolesOperações operações de async.

Não deve instantanear esta aula diretamente. Em vez disso, deve criar uma instância do Cliente que o instantaneamente para si e o anexe como um atributo.

Herança
builtins.object
MetadataRolesOperations

Construtor

MetadataRolesOperations(client, config, serializer, deserializer)

Parâmetros

client
Necessário

Cliente para pedidos de serviço.

config
Necessário

Configuração do cliente de serviço.

serializer
Necessário

Um serializador modelo de objeto.

deserializer
Necessário

Um deserializador modelo de objeto.

Métodos

list

Lista funções para Conta DeVisão.

list

Lista funções para Conta DeVisão.

list(**kwargs: Any) -> AsyncIterable[Any]

Devoluções

Um iterador como o exemplo do objeto JSON

Tipo de retorno

Exceções

Exemplos


   # response body for status code(s): 200
   response.json() == {
       "nextLink": "str",  # Optional.
       "values": [
           {
               "id": "str",  # Optional. The Id of role.
               "name": "str",  # Optional. The name of role.
               "properties": {
                   "cnfCondition": [
                       [
                           {
                               "attributeName": "str",  # Optional. AttributeName.
                               "attributeValueExcludedIn": [
                                   "str"  # Optional. List of values excluded for attribute.
                               ],
                               "attributeValueExcludes": "str",  # Optional. Value excluded for attribute.
                               "attributeValueIncludedIn": [
                                   "str"  # Optional. List of values for attribute.
                               ],
                               "attributeValueIncludes": "str"  # Optional. Value for attribute.
                           }
                       ]
                   ],
                   "description": "str",  # Optional. The description of role.
                   "dnfCondition": [
                       [
                           {
                               "attributeName": "str",  # Optional. AttributeName.
                               "attributeValueExcludedIn": [
                                   "str"  # Optional. List of values excluded for attribute.
                               ],
                               "attributeValueExcludes": "str",  # Optional. Value excluded for attribute.
                               "attributeValueIncludedIn": [
                                   "str"  # Optional. List of values for attribute.
                               ],
                               "attributeValueIncludes": "str"  # Optional. Value for attribute.
                           }
                       ]
                   ],
                   "friendlyName": "str",  # Optional. The friendly name of role.
                   "provisioningState": "str",  # Optional. The provisioningState of role.
                   "roleType": "str",  # Optional. The type of role.
                   "version": 0.0  # Optional. The version of role.
               },
               "type": "str"  # Optional. The type of role.
           }
       ]
   }