pulumi-azure-native-kotlin
2.14.0.0
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
>
Constructors
Functions
Properties
Constructors
List
Integration
Account
Callback
Url
Plain
Args
Link copied to clipboard
fun
ListIntegrationAccountCallbackUrlPlainArgs
(
integrationAccountName
:
String
,
keyType
:
Either
<
String
,
KeyType
>
?
=
null
,
notAfter
:
String
?
=
null
,
resourceGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListIntegrationAccountCallbackUrlPlainArgs
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.