Application Properties Args
data class ApplicationPropertiesArgs(val applicationDescription: Output<String>? = null, val applicationType: Output<String>? = null, val legalName: Output<String>? = null, val name: Output<String>? = null, val organizationDescription: Output<String>? = null, val privacyContactEmailAddress: Output<String>? = null, val taxNumber: Output<String>? = null) : ConvertibleToJava<ApplicationPropertiesArgs>
Details about the Application that would use the Operator's Network APIs.
Constructors
Link copied to clipboard
constructor(applicationDescription: Output<String>? = null, applicationType: Output<String>? = null, legalName: Output<String>? = null, name: Output<String>? = null, organizationDescription: Output<String>? = null, privacyContactEmailAddress: Output<String>? = null, taxNumber: Output<String>? = null)
Properties
Link copied to clipboard
Description of the application.
Link copied to clipboard
The category that describes the application.
Link copied to clipboard
A description of the organization owning the application.
Link copied to clipboard
Email address of the Privacy contact or Data Protection officer of the organization.