Share via


PolicyTokenOperation Class

The resource operation to acquire a token for.

All required parameters must be populated in order to send to server.

Constructor

PolicyTokenOperation(*, uri: str, http_method: str, content: Any | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
uri
str

The request URI of the resource operation. Required.

http_method
str

The http method of the resource operation. Required.

content
any

The payload of the resource operation.

Default value: None

Variables

Name Description
uri
str

The request URI of the resource operation. Required.

http_method
str

The http method of the resource operation. Required.

content
any

The payload of the resource operation.