GetCallbackUrlParameters Class
The callback url parameters.
- Inheritance
-
msrest.serialization.ModelGetCallbackUrlParameters
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python