Responsibility interface
A class represent the customer responsibility.
Properties
evidence |
List of evidence file url. |
failed |
The count of all failed resources. |
guidance | The evidence upload guidance description. NOTE: This property will not be serialized. It can only be populated by the server. |
justification | The justification given by the user to clarify the reason. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
List of recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
List of resource. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The description of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The supported cloud environment of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The id of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The severity level of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The status of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The title of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
responsibility |
The type of customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
The count of all resources. |
Property Details
evidenceFiles
List of evidence file url.
evidenceFiles?: string[]
Property Value
string[]
failedResourceCount
The count of all failed resources.
failedResourceCount?: number
Property Value
number
guidance
The evidence upload guidance description. NOTE: This property will not be serialized. It can only be populated by the server.
guidance?: string
Property Value
string
justification
The justification given by the user to clarify the reason. NOTE: This property will not be serialized. It can only be populated by the server.
justification?: string
Property Value
string
recommendationList
List of recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationList?: Recommendation[]
Property Value
resourceList
List of resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceList?: ResponsibilityResource[]
Property Value
responsibilityDescription
The description of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityDescription?: string
Property Value
string
responsibilityEnvironment
The supported cloud environment of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityEnvironment?: string
Property Value
string
responsibilityId
The id of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityId?: string
Property Value
string
responsibilitySeverity
The severity level of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilitySeverity?: string
Property Value
string
responsibilityStatus
The status of this customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityStatus?: string
Property Value
string
responsibilityTitle
The title of the customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityTitle?: string
Property Value
string
responsibilityType
The type of customer responsibility. NOTE: This property will not be serialized. It can only be populated by the server.
responsibilityType?: string
Property Value
string
totalResourceCount
The count of all resources.
totalResourceCount?: number
Property Value
number