AadAuthenticationParameters Class

AAD Vpn authentication type related parameters.

Inheritance
AadAuthenticationParameters

Constructor

AadAuthenticationParameters(*, aad_tenant: typing.Union[str, NoneType] = None, aad_audience: typing.Union[str, NoneType] = None, aad_issuer: typing.Union[str, NoneType] = None, **kwargs)

Parameters

aad_tenant
str

AAD Vpn authentication parameter AAD tenant.

aad_audience
str

AAD Vpn authentication parameter AAD audience.

aad_issuer
str

AAD Vpn authentication parameter AAD issuer.