clientid(Optional[String[1]])
— The id of the resource's service principal granted consent to impersonate the user when accessing the resource (represented by the resourceId property).
consenttype(Optional[String[1]])
— Indicates if consent was provided by the administrator (on behalf of the organization) or by an individual.
expirytime(Optional[String[1]])
— Expiry time for TTL
resourceid(Optional[String[1]])
— Object Id of the resource you want to grant
api_version(Optional[String[1]])
— Client API version.
tenant_id(Optional[String[1]])
— The tenant ID.
principalid(Optional[String[1]])
— When consent type is Principal, this property specifies the id of the user that granted consent and applies only for that user.
scope(Optional[String[1]])
— Specifies the value of the scope claim that the resource application should expect in the OAuth 2.0 access token. For example, User.Read
body(Optional[String[1]])
— The relevant app Service Principal Object Id and the Service Principal Object Id you want to grant.