toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
AccessApplicationFooterLink
Access
Application
Footer
Link
data
class
AccessApplicationFooterLink
(
val
name
:
String
?
=
null
,
val
url
:
String
?
=
null
)
Members
Constructors
Access
Application
Footer
Link
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
url
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the footer link.
url
Link copied to clipboard
val
url
:
String
?
=
null
The URL of the footer link.