Class PermissionFinder
java.lang.Object
com.microsoft.jenkins.azuread.integrations.casc.PermissionFinder
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class PermissionFinder
extends Object
Implements lookup for 
Permissions.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic PermissionfindPermission(String id) Attempt to match a given permission to what is defined in the UI.static StringAttempt to match a given permission to what is defined in the UI. 
- 
Constructor Details
- 
PermissionFinder
public PermissionFinder() 
 - 
 - 
Method Details
- 
findPermission
Attempt to match a given permission to what is defined in the UI.- Parameters:
 id- String of the form "Title/Permission" (Look in the UI) for a particular permission- Returns:
 - a matched permission
 
 - 
findPermissionId
Attempt to match a given permission to what is defined in the UI.- Parameters:
 id- String of the form "Title/Permission" (Look in the UI) for a particular permission- Returns:
 - a matched permission ID
 
 
 -