toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.inputs
/
ListIntegrationAccountCallbackUrlPlainArgs
List
Integration
Account
Callback
Url
Plain
Args
data
class
ListIntegrationAccountCallbackUrlPlainArgs
(
val
integrationAccountName
:
String
,
val
keyType
:
Either
<
String
,
KeyType
>
?
=
null
,
val
notAfter
:
String
?
=
null
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
ListIntegrationAccountCallbackUrlPlainArgs
>
Members
Constructors
List
Integration
Account
Callback
Url
Plain
Args
Link copied to clipboard
constructor
(
integrationAccountName
:
String
,
keyType
:
Either
<
String
,
KeyType
>
?
=
null
,
notAfter
:
String
?
=
null
,
resourceGroupName
:
String
)
Properties
integration
Account
Name
Link copied to clipboard
val
integrationAccountName
:
String
The integration account name.
key
Type
Link copied to clipboard
val
keyType
:
Either
<
String
,
KeyType
>
?
=
null
The key type.
not
After
Link copied to clipboard
val
notAfter
:
String
?
=
null
The expiry time.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListIntegrationAccountCallbackUrlPlainArgs