ManagedApplicationCmdletBase.GetAuthorizationObject(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the authorization object
protected Newtonsoft.Json.Linq.JToken GetAuthorizationObject (string[] authorizations);
member this.GetAuthorizationObject : string[] -> Newtonsoft.Json.Linq.JToken
Protected Function GetAuthorizationObject (authorizations As String()) As JToken
Parameters
- authorizations
- String[]
Returns
Newtonsoft.Json.Linq.JToken