Class InvitationFeature
The feature model for sender invitation.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class InvitationFeature
Properties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the feature. |
RecipientInvitationId
Declaration
[JsonProperty(PropertyName = "recipientInvitationId")]
public string RecipientInvitationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | recipientInvitationId for this feature. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SenderInvitationStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| SenderInvitationStatus? | Status of the sender invitation. |