ResponsibilityResource interface
A class represent the resource.
Properties
account |
Account Id. For example - AWS account Id. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
List of recommendation id. |
resource |
The Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource origin. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The status change date for the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The type of the resource. e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountId
Account Id. For example - AWS account Id. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
recommendationIds
List of recommendation id.
recommendationIds?: string[]
Property Value
string[]
resourceId
The Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
resourceOrigin
Resource origin. NOTE: This property will not be serialized. It can only be populated by the server.
resourceOrigin?: string
Property Value
string
resourceStatus
Resource status. NOTE: This property will not be serialized. It can only be populated by the server.
resourceStatus?: string
Property Value
string
resourceStatusChangeDate
The status change date for the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceStatusChangeDate?: Date
Property Value
Date
resourceType
The type of the resource. e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string