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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。