GetAccessPolicyPlainArgs

data class GetAccessPolicyPlainArgs(val accessPolicyName: String, val cacheName: String, val resourceGroupName: String) : ConvertibleToJava<GetAccessPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(accessPolicyName: String, cacheName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the access policy that is being added to the Redis cache.

Link copied to clipboard

The name of the Redis cache.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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