### YamlMime:JavaType uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret" name: "DaprSecret" nameWithType: "DaprSecret" summary: "Dapr component Secret for ListSecrets Action." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **DaprSecret**
implements <>" constructors: - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.DaprSecret()" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.DaprSecret()" name: "DaprSecret()" nameWithType: "DaprSecret.DaprSecret()" summary: "Creates an instance of DaprSecret class." syntax: "public DaprSecret()" desc: "Creates an instance of DaprSecret class." methods: - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "DaprSecret.fromJson(JsonReader jsonReader)" summary: "Reads an instance of DaprSecret from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static DaprSecret fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the DaprSecret." type: "IOException" desc: "Reads an instance of DaprSecret from the JsonReader." returns: description: "An instance of DaprSecret if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null." type: "" - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.name()" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.name()" name: "name()" nameWithType: "DaprSecret.name()" summary: "Get the name property: Secret Name." syntax: "public String name()" desc: "Get the name property: Secret Name." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "DaprSecret.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.validate()" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.validate()" name: "validate()" nameWithType: "DaprSecret.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appcontainers.models.DaprSecret.value()" fullName: "com.azure.resourcemanager.appcontainers.models.DaprSecret.value()" name: "value()" nameWithType: "DaprSecret.value()" summary: "Get the value property: Secret Value." syntax: "public String value()" desc: "Get the value property: Secret Value." returns: description: "the value value." type: "String" type: "class" desc: "Dapr component Secret for ListSecrets Action." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appcontainers.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0