Class AssetPassword
Represents an Asset Password returned from the Hudu API.
Inheritance
System.Object
AssetPassword
Assembly: HuduAPI.dll
Syntax
public class AssetPassword : IRecord
Properties
CompanyID
Declaration
[JsonProperty("company_id")]
public int CompanyID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CreatedAt
Declaration
[JsonProperty("created_at")]
public DateTime CreatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OtpSecret
Declaration
[JsonProperty("otp_secret")]
public object OtpSecret { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Password
Declaration
[JsonProperty("password")]
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PasswordableID
Declaration
[JsonProperty("passwordable_id")]
public object PasswordableID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PasswordableType
Declaration
[JsonProperty("passwordable_type")]
public string PasswordableType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PasswordFolderID
Declaration
[JsonProperty("password_folder_id")]
public object PasswordFolderID { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PasswordFolderName
Declaration
[JsonProperty("password_folder_name")]
public object PasswordFolderName { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
PasswordType
Declaration
[JsonProperty("password_type")]
public object PasswordType { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UpdatedAt
Declaration
[JsonProperty("updated_at")]
public DateTime UpdatedAt { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Username
Declaration
[JsonProperty("username")]
public string Username { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
See Also