SasPolicyArgs

data class SasPolicyArgs(val expirationAction: Output<Either<String, ExpirationAction>>, val sasExpirationPeriod: Output<String>) : ConvertibleToJava<SasPolicyArgs>

SasPolicy assigned to the storage account.

Constructors

Link copied to clipboard
constructor(expirationAction: Output<Either<String, ExpirationAction>>, sasExpirationPeriod: Output<String>)

Properties

Link copied to clipboard

The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period.

Link copied to clipboard

The SAS expiration period, DD.HH:MM:SS.

Functions

Link copied to clipboard
open override fun toJava(): SasPolicyArgs