Home
last modified time | relevance | path

Searched refs:owner_object_id (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/role/
H A Dcustom.py623 def add_application_owner(cmd, owner_object_id, identifier): argument
627 if not next((x for x in owners if x.object_id == owner_object_id), None):
628 owner_url = _get_owner_url(cmd.cli_ctx, owner_object_id)
632 def remove_application_owner(cmd, owner_object_id, identifier): argument
767 def add_group_owner(cmd, owner_object_id, group_id): argument
772 owner_url = _get_owner_url(cmd.cli_ctx, owner_object_id)
776 def remove_group_owner(cmd, owner_object_id, group_id): argument
1835 def _get_owner_url(cli_ctx, owner_object_id): argument
1836 if '://' in owner_object_id:
1837 return owner_object_id
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_adgroup.py357 for owner_object_id in owners_to_add:
358 client.groups.add_owner(group_id, present_owners_by_object_id[owner_object_id])
/dports/devel/py-azure-mgmt-devtestlabs/azure-mgmt-devtestlabs-4.0.0/azure/mgmt/devtestlabs/models/
H A D_models_py3.py3183 …def __init__(self, *, location: str=None, tags=None, notes: str=None, owner_object_id: str=None, o…
3186 self.owner_object_id = owner_object_id
3363 …def __init__(self, *, bulk_creation_parameters=None, notes: str=None, owner_object_id: str=None, o…
3367 self.owner_object_id = owner_object_id
3543 …def __init__(self, *, bulk_creation_parameters=None, notes: str=None, owner_object_id: str=None, o…
3547 self.owner_object_id = owner_object_id
3712 …def __init__(self, *, tags=None, notes: str=None, owner_object_id: str=None, owner_user_principal_…
3715 self.owner_object_id = owner_object_id
H A D_models.py3186 self.owner_object_id = kwargs.get('owner_object_id', None)
3367 self.owner_object_id = kwargs.get('owner_object_id', None)
3547 self.owner_object_id = kwargs.get('owner_object_id', None)
3715 self.owner_object_id = kwargs.get('owner_object_id', None)
/dports/devel/py-azure-graphrbac/azure-graphrbac-0.61.1/azure/graphrbac/operations/
H A Dgroups_operations.py750 self, object_id, owner_object_id, custom_headers=None, raw=False, **operation_config): argument
772 'ownerObjectId': self._serialize.url("owner_object_id", owner_object_id, 'str'),
H A Dapplications_operations.py471 … self, application_object_id, owner_object_id, custom_headers=None, raw=False, **operation_config): argument
493 'ownerObjectId': self._serialize.url("owner_object_id", owner_object_id, 'str'),