Access Organization Custom Page Args
data class AccessOrganizationCustomPageArgs(val forbidden: Output<String>? = null, val identityDenied: Output<String>? = null) : ConvertibleToJava<AccessOrganizationCustomPageArgs>
Constructors
Link copied to clipboard
fun AccessOrganizationCustomPageArgs(forbidden: Output<String>? = null, identityDenied: Output<String>? = null)