Class CreatedByResponse
- java.lang.Object
-
- com.pulumi.azurenative.databricks.outputs.CreatedByResponse
-
public final class CreatedByResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatedByResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
applicationId()
static CreatedByResponse.Builder
builder()
static CreatedByResponse.Builder
builder(CreatedByResponse defaults)
java.lang.String
oid()
java.lang.String
puid()
-
-
-
Method Detail
-
applicationId
public java.lang.String applicationId()
- Returns:
- The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
-
oid
public java.lang.String oid()
- Returns:
- The Object ID that created the workspace.
-
puid
public java.lang.String puid()
- Returns:
- The Personal Object ID corresponding to the object ID above
-
builder
public static CreatedByResponse.Builder builder()
-
builder
public static CreatedByResponse.Builder builder(CreatedByResponse defaults)
-
-