Class VaultAwsIamCredential

    • Constructor Detail

      • VaultAwsIamCredential

        @DataBoundConstructor
        public VaultAwsIamCredential​(@CheckForNull
                                     com.cloudbees.plugins.credentials.CredentialsScope scope,
                                     @CheckForNull
                                     String id,
                                     @CheckForNull
                                     String description)
    • Method Detail

      • getRole

        @NonNull
        public String getRole()
      • setRole

        @DataBoundSetter
        public void setRole​(@NonNull
                            String role)
      • getServerId

        @NonNull
        public String getServerId()
      • setServerId

        @DataBoundSetter
        public void setServerId​(@NonNull
                                String serverId)
      • getMountPath

        @NonNull
        public String getMountPath()
      • setMountPath

        @DataBoundSetter
        public void setMountPath​(@NonNull
                                 String mountPath)