GetCallbackUrlParameters Class

The callback url parameters.

Inheritance
msrest.serialization.Model
GetCallbackUrlParameters

Constructor

GetCallbackUrlParameters(*, not_after: datetime | None = None, key_type: str | KeyType | None = None, **kwargs)

Keyword-Only Parameters

Name Description
not_after

The expiry time.

key_type

The key type. Possible values include: "NotSpecified", "Primary", "Secondary".

Variables

Name Description
not_after

The expiry time.

key_type

The key type. Possible values include: "NotSpecified", "Primary", "Secondary".