Home
last modified time | relevance | path

Searched refs:role_create (Results 1 – 25 of 56) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A D_na_cdot_user_role.py168 role_create = netapp_utils.zapi.NaElement.create_node_with_children(
177 self.server.invoke_successfully(role_create,
H A Dna_ontap_user_role.py187role_create = netapp_utils.zapi.NaElement.create_node_with_children('security-login-role-create', …
190 self.server.invoke_successfully(role_create,
/dports/net/keycloak/keycloak-15.1.1/themes/base/login/messages/
H A Dmessages_zh_CN.properties97 role_create-realm=创建域
98 role_create-client=创建客户
H A Dmessages_ru.properties97 role_create-realm=Создание realm
98 role_create-client=Создание клиента
H A Dmessages_ja.properties140 role_create-realm=レルムの作成
141 role_create-client=クライアントの作成
H A Dmessages_lt.properties97 role_create-realm=Kurti sritį
98 role_create-client=Kurti programą
H A Dmessages_no.properties95 role_create-realm=Opprette sikkerhetsdomene
96 role_create-client=Opprette klient
H A Dmessages_es.properties92 role_create-realm=Crear dominio
93 role_create-client=Crear cliente
H A Dmessages_ca.properties91 role_create-realm=Crear domini
92 role_create-client=Crear client
H A Dmessages_sv.properties94 role_create-realm=Skapa realm
95 role_create-client=Skapa klient
H A Dmessages_nl.properties131 role_create-realm=Realm aanmaken
132 role_create-client=Client aanmaken
H A Dmessages_sk.properties116 role_create-realm=Vytvoriť realm
117 role_create-client=Vytvoriť klienta
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_user_role.py193role_create = netapp_utils.zapi.NaElement.create_node_with_children('security-login-role-create', …
196 self.server.invoke_successfully(role_create,
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/identity/roles/
H A Dforms.py29 new_user = api.keystone.role_create(request, data["name"])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mysql/tests/unit/plugins/modules/
H A Dtest_mysql_role.py57 assert builder.role_create(admin) == output
/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Denums.py317 role_create = 30 variable in AuditLogAction
356 AuditLogAction.role_create: AuditLogActionCategory.create,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mysql/plugins/modules/
H A Dmysql_role.py454 def role_create(self, admin=None): member in MySQLQueryBuilder
515 def role_create(self, admin=None): member in MariaDBQueryBuilder
717 self.cursor.execute(*self.q_builder.role_create(admin))
/dports/net/keycloak/keycloak-15.1.1/themes/base/account/messages/
H A Dmessages_zh_CN.properties40 role_create-realm=创建域
H A Dmessages_ru.properties40 role_create-realm=Создать realm
H A Dmessages_ja.properties68 role_create-realm=レルムの作成
H A Dmessages_da.properties66 role_create-realm=Opret rige
67 role_create-client=Opret klient
H A Dmessages_no.properties39 role_create-realm=Opprette sikkerhetsdomene
H A Dmessages_nl.properties36 role_create-realm=Creëer realm
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_keystone.py630 keystone.role_create("nova"), {"Error": 'Role "nova" already exists'}
634 keystone.role_create("iptables"), {"Error": "Unable to resolve role id"}
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dmssql.py251 def role_create(role, owner=None, grants=None, **kwargs): function

123