[CST-5677] Item authorization page

This commit is contained in:
Alisa Ismailati
2022-05-07 16:21:08 +02:00
parent 37ebe259f3
commit d15277849b
6 changed files with 207 additions and 40 deletions

View File

@@ -62,6 +62,12 @@ export class ResourcePoliciesComponent implements OnInit, OnDestroy {
*/
@Input() public resourceType: string;
/**
* The resource name
* @type {string}
*/
@Input() public resourceName: string;
/**
* A boolean representing if component is active
* @type {boolean}