Class ResourceType
Represents resource type from permissions management perspective.
public sealed record ResourceType : StringEnum<ResourceType>, IEquatable<StringEnum<ResourceType>>, IEquatable<ResourceType>
- Inheritance
-
ResourceType
- Implements
- Inherited Members
Properties
Account
Gets the value representing "account" resource type.
public static ResourceType Account { get; }
Property Value
- ResourceType
Represents "account" resource type.
Billing
Gets the value representing "billing" resource type.
public static ResourceType Billing { get; }
Property Value
- ResourceType
Represents "billing" resource type.
EmailCampaign
Gets the value representing "email campaigns" resource type.
public static ResourceType EmailCampaign { get; }
Property Value
- ResourceType
Represents "email campaigns" resource type.
Inbox
Gets the value representing "inbox" resource type.
public static ResourceType Inbox { get; }
Property Value
- ResourceType
Represents "inbox" resource type.
Project
Gets the value representing "project" resource type.
public static ResourceType Project { get; }
Property Value
- ResourceType
Represents "project" resource type.
SendingDomain
Gets the value representing "sending domain" resource type.
public static ResourceType SendingDomain { get; }
Property Value
- ResourceType
Represents "sending domain" resource type.