GetSecurityPolicyPlainArgs

data class GetSecurityPolicyPlainArgs(val name: String? = null, val project: String? = null, val selfLink: String? = null) : ConvertibleToJava<GetSecurityPolicyPlainArgs>

A collection of arguments for invoking getSecurityPolicy.

Constructors

Link copied to clipboard
constructor(name: String? = null, project: String? = null, selfLink: String? = null)

Properties

Link copied to clipboard
val name: String? = null

The name of the security policy. Provide either this or a self_link.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val selfLink: String? = null

The self_link of the security policy. Provide either this or a name

Functions

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