Skip to content

Commit 81c9e27

Browse files
committed
15.0.0
1 parent 7331bae commit 81c9e27

15 files changed

+1
-8441
lines changed

com/strongdm/api/Client.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -518,26 +518,6 @@ public WorkflowApproversHistory workflowApproversHistory() {
518518
return this.workflowApproversHistory;
519519
}
520520

521-
protected final WorkflowAssignments workflowAssignments;
522-
523-
/**
524-
* WorkflowAssignments links a Resource to a Workflow. The assigned resources are those that a
525-
* user can request access to via the workflow.
526-
*/
527-
public WorkflowAssignments workflowAssignments() {
528-
return this.workflowAssignments;
529-
}
530-
531-
protected final WorkflowAssignmentsHistory workflowAssignmentsHistory;
532-
533-
/**
534-
* WorkflowAssignmentsHistory provides records of all changes to the state of a
535-
* WorkflowAssignment.
536-
*/
537-
public WorkflowAssignmentsHistory workflowAssignmentsHistory() {
538-
return this.workflowAssignmentsHistory;
539-
}
540-
541521
protected final WorkflowRoles workflowRoles;
542522

543523
/**
@@ -644,8 +624,6 @@ private Client(Client client) {
644624
this.secretStoresHistory = new SecretStoresHistory(this.channel, this);
645625
this.workflowApprovers = new WorkflowApprovers(this.channel, this);
646626
this.workflowApproversHistory = new WorkflowApproversHistory(this.channel, this);
647-
this.workflowAssignments = new WorkflowAssignments(this.channel, this);
648-
this.workflowAssignmentsHistory = new WorkflowAssignmentsHistory(this.channel, this);
649627
this.workflowRoles = new WorkflowRoles(this.channel, this);
650628
this.workflowRolesHistory = new WorkflowRolesHistory(this.channel, this);
651629
this.workflows = new Workflows(this.channel, this);
@@ -724,8 +702,6 @@ public Client(String apiAccessKey, String apiSecretKey, ClientOptions options)
724702
this.secretStoresHistory = new SecretStoresHistory(this.channel, this);
725703
this.workflowApprovers = new WorkflowApprovers(this.channel, this);
726704
this.workflowApproversHistory = new WorkflowApproversHistory(this.channel, this);
727-
this.workflowAssignments = new WorkflowAssignments(this.channel, this);
728-
this.workflowAssignmentsHistory = new WorkflowAssignmentsHistory(this.channel, this);
729705
this.workflowRoles = new WorkflowRoles(this.channel, this);
730706
this.workflowRolesHistory = new WorkflowRolesHistory(this.channel, this);
731707
this.workflows = new Workflows(this.channel, this);

com/strongdm/api/SigningCallCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials {
2323
private final String apiAccessKey;
2424
private final String signature;
2525
private static final String API_VERSION = "2025-04-14";
26-
private static final String USER_AGENT = "strongdm-sdk-java/14.25.0";
26+
private static final String USER_AGENT = "strongdm-sdk-java/15.0.0";
2727

2828
protected SigningCallCredential(String apiAccessKey, String signature) {
2929
this.apiAccessKey = apiAccessKey;

com/strongdm/api/SnapshotClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,6 @@ public SnapshotSecretStores secretStores() {
166166
public SnapshotWorkflowApprovers workflowApprovers() {
167167
return this.parent.workflowApprovers;
168168
}
169-
/**
170-
* WorkflowAssignments links a Resource to a Workflow. The assigned resources are those that a
171-
* user can request access to via the workflow.
172-
*/
173-
public SnapshotWorkflowAssignments workflowAssignments() {
174-
return this.parent.workflowAssignments;
175-
}
176169
/**
177170
* WorkflowRole links a role to a workflow. The linked roles indicate which roles a user must be a
178171
* part of to request access to a resource via the workflow.

com/strongdm/api/SnapshotWorkflowAssignments.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

com/strongdm/api/WorkflowAssignment.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

com/strongdm/api/WorkflowAssignmentHistory.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

com/strongdm/api/WorkflowAssignments.java

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)