com.pulumi.googlenative.cloudidentity.v1.DeviceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.cloudidentity.v1;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class DeviceArgs extends com.pulumi.resources.ResourceArgs {
public static final DeviceArgs Empty = new DeviceArgs();
/**
* Asset tag of the device.
*
*/
@Import(name="assetTag")
private @Nullable Output assetTag;
/**
* @return Asset tag of the device.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy