Tableau Server Client (TSC)
中GroupItem
的用法。
用法
GroupItem(name)
GroupItem
類包含 Tableau Server 上組資源的屬性。 GroupItem
類定義您可以從 Tableau Server 請求或查詢的信息。類成員對應於服務器請求或響應負載的屬性。
源文件:models/group_item.py
屬性
名字 | 說明 |
---|---|
domain_name |
Active Directory 域的名稱(如果使用本地身份驗證,則為 local )。 |
id |
組的 ID。 |
users |
用戶列表 (UserItem )。 |
name |
組的名稱。創建組實例時需要name 。 |
minimum_site_role |
授予添加到組的用戶的角色。 |
license_mode |
定義何時為組成員應用許可證的模式。當模式為 onLogin 時,每個組成員在登錄站點時都會獲得許可。當模式為 onSync 時,每次同步域時都會為組成員授予許可證。 |
示例
newgroup = TSC.GroupItem('My Group')
# call groups.create() with new group
相關用法
- Python PIL GaussianBlur()用法及代碼示例
- Python cudf.core.column.string.StringMethods.is_vowel用法及代碼示例
- Python torch.distributed.rpc.rpc_async用法及代碼示例
- Python torch.nn.InstanceNorm3d用法及代碼示例
- Python sklearn.cluster.MiniBatchKMeans用法及代碼示例
- Python pandas.arrays.IntervalArray.is_empty用法及代碼示例
- Python tf.compat.v1.distributions.Multinomial.stddev用法及代碼示例
- Python numpy.less()用法及代碼示例
- Python Matplotlib.figure.Figure.add_gridspec()用法及代碼示例
- Python tf.compat.v1.distribute.MirroredStrategy.experimental_distribute_dataset用法及代碼示例
- Python Sympy Permutation.list()用法及代碼示例
- Python dask.dataframe.Series.apply用法及代碼示例
- Python networkx.algorithms.shortest_paths.weighted.all_pairs_dijkstra_path用法及代碼示例
- Python scipy.ndimage.binary_opening用法及代碼示例
- Python pyspark.pandas.Series.dropna用法及代碼示例
- Python torchaudio.transforms.Fade用法及代碼示例
- Python dask.dataframe.to_records用法及代碼示例
- Python arcgis.gis._impl._profile.ProfileManager.save_as用法及代碼示例
- Python pyspark.pandas.groupby.SeriesGroupBy.unique用法及代碼示例
- Python distributed.protocol.serialize.register_generic用法及代碼示例
- Python numpy.polynomial.hermite.hermmul用法及代碼示例
- Python tf.compat.v1.data.TFRecordDataset.interleave用法及代碼示例
- Python arcgis.raster.functions.ccdc_analysis用法及代碼示例
- Python dask.dataframe.DataFrame.applymap用法及代碼示例
- Python tf.summary.scalar用法及代碼示例
注:本文由純淨天空篩選整理自tableau.github.io大神的英文原創作品 GroupItem class。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。