Class AuthorizedHost
- Namespace
- Dynamicweb.Headless
- Assembly
- Dynamicweb.dll
Represents a value conversion unit which can be associated with a product field
public sealed class AuthorizedHost
- Inheritance
-
AuthorizedHost
- Inherited Members
Properties
Created
Gets or sets the created date.
public DateTime Created { get; set; }
Property Value
Domain
Gets or sets domain name.
public string Domain { get; set; }
Property Value
Id
Gets or sets the authorized host id.
public int Id { get; set; }
Property Value
Name
Gets or sets host name.
public string Name { get; set; }
Property Value
Permissions
Gets or sets permissions.
public AuthorizedHostPermissions Permissions { get; set; }
Property Value
Remarks
options: Administration, website, delivery API, management API or API authorization
Updated
Gets or sets the updated date.
public DateTime Updated { get; set; }