Class DefaultPermissionsContentTypeOptions
Options for DefaultPermissionsContentTypeOptions.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class DefaultPermissionsContentTypeOptions
Constructors
DefaultPermissionsContentTypeOptions(IEnumerable<string>?)
Creates a new DefaultPermissionsContentTypeOptions instance.
Declaration
public DefaultPermissionsContentTypeOptions(IEnumerable<string>? urlSegments = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<string> | urlSegments | The optional custom default permissions content types. |
Properties
UrlSegments
Gets or sets the corresponding URL segments for default permissions content types.
For example, for the URL "/api/api-version/sites/site-luid/projects/project-luid/default-permissions/workbooks" the URL segment would be "workbooks".
Declaration
public HashSet<string> UrlSegments { get; }
Property Value
Type | Description |
---|---|
HashSet<string> |