BuiltInInfoType Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. BuiltInInfoType
- com.
Implements
public final class BuiltInInfoType
implements JsonSerializable<BuiltInInfoType>
Pre-configured sensitive information type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Built |
fromJson(JsonReader jsonReader)
Reads an instance of Built |
| String |
id()
Get the id property: Id of the info type. |
| String |
name()
Get the name property: Display name of the info type. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Category of the built-in info type. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BuiltInInfoType fromJson(JsonReader jsonReader)
Reads an instance of BuiltInInfoType from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the info type.
Returns:
name
public String name()
Get the name property: Display name of the info type.
Returns:
toJson
type
public String type()
Get the type property: Category of the built-in info type.
Returns:
validate
public void validate()
Validates the instance.