src.apigee.v1.AppGroupAppArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.googlenative.apigee.v1
final case class AppGroupAppArgs private(
apiProducts: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
appGroup: besom.types.Output[scala.Option[String]],
appId: besom.types.Output[scala.Option[String]],
appgroupId: besom.types.Output[String],
attributes: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AttributeArgs]]],
callbackUrl: besom.types.Output[scala.Option[String]],
keyExpiresIn: besom.types.Output[scala.Option[String]],
name: besom.types.Output[scala.Option[String]],
organizationId: besom.types.Output[String],
scopes: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
status: besom.types.Output[scala.Option[String]]
)
object AppGroupAppArgs:
def apply(
apiProducts: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
appGroup: besom.types.Input.Optional[String] = scala.None,
appId: besom.types.Input.Optional[String] = scala.None,
appgroupId: besom.types.Input[String],
attributes: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AttributeArgs]]] = scala.None,
callbackUrl: besom.types.Input.Optional[String] = scala.None,
keyExpiresIn: besom.types.Input.Optional[String] = scala.None,
name: besom.types.Input.Optional[String] = scala.None,
organizationId: besom.types.Input[String],
scopes: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
status: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): AppGroupAppArgs =
new AppGroupAppArgs(
apiProducts = apiProducts.asOptionOutput(isSecret = false),
appGroup = appGroup.asOptionOutput(isSecret = false),
appId = appId.asOptionOutput(isSecret = false),
appgroupId = appgroupId.asOutput(isSecret = false),
attributes = attributes.asOptionOutput(isSecret = false),
callbackUrl = callbackUrl.asOptionOutput(isSecret = false),
keyExpiresIn = keyExpiresIn.asOptionOutput(isSecret = false),
name = name.asOptionOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false),
scopes = scopes.asOptionOutput(isSecret = false),
status = status.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[AppGroupAppArgs] =
besom.internal.Encoder.derived[AppGroupAppArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[AppGroupAppArgs] =
besom.internal.ArgsEncoder.derived[AppGroupAppArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy